Skip to content

Commit 831541e

Browse files
committed
apparently SIGIOT isnt standard
1 parent f528336 commit 831541e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static struct PyModuleDef module = {
123123

124124
PyMODINIT_FUNC PyInit__pointers(void) {
125125
INIT_HANDLER(
126-
SIGIOT,
126+
SIGABRT,
127127
sigiot_handler,
128128
"cant load _pointers: failed to setup SIGIOT handler"
129129
);

0 commit comments

Comments
 (0)