We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec6f1b commit 1fa6ff5Copy full SHA for 1fa6ff5
src/sage/cpython/atexit.pyx
@@ -193,7 +193,7 @@ cdef extern from *:
193
#endif
194
"""
195
# Declare both functions - they exist in all Python versions (one is dummy)
196
- PyObject* get_atexit_callbacks_list(object module)
+ object get_atexit_callbacks_list(object module)
197
198
ctypedef struct atexit_callback_struct:
199
PyObject* func
0 commit comments