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 03e83b8 commit cdeb03fCopy full SHA for cdeb03f
src/cysignals/signals.pyx
@@ -25,7 +25,7 @@ See ``tests.pyx`` for extensive tests.
25
26
from libc.signal cimport *
27
from libc.stdio cimport freopen, stdin
28
-from cpython.ref cimport Py_XINCREF, Py_CLEAR
+from cpython.ref cimport Py_XINCREF, Py_CLEAR, Py_REFCNT
29
from cpython.exc cimport (PyErr_Occurred, PyErr_NormalizeException,
30
PyErr_Fetch, PyErr_Restore)
31
from cpython.version cimport PY_MAJOR_VERSION
0 commit comments