Skip to content

Commit 43fd133

Browse files
cxzhongda-woods
andauthored
Update src/sage/cpython/atexit.pyx
Co-authored-by: da-woods <[email protected]>
1 parent 1fa6ff5 commit 43fd133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/cpython/atexit.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ cdef extern from *:
199199
PyObject* func
200200
PyObject* args
201201
PyObject* kwargs
202-
atexit_callback_struct** get_atexit_callbacks_array(object module)
202+
atexit_callback_struct** get_atexit_callbacks_array(object module) except NULL
203203

204204

205205
def _get_exithandlers():

0 commit comments

Comments
 (0)