Skip to content

Commit 1fa6ff5

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

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
@@ -193,7 +193,7 @@ cdef extern from *:
193193
#endif
194194
"""
195195
# Declare both functions - they exist in all Python versions (one is dummy)
196-
PyObject* get_atexit_callbacks_list(object module)
196+
object get_atexit_callbacks_list(object module)
197197

198198
ctypedef struct atexit_callback_struct:
199199
PyObject* func

0 commit comments

Comments
 (0)