Thanks to visit codestin.com Credit goes to github.com
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 292afd1 commit 487fdbeCopy full SHA for 487fdbe
1 file changed
Include/internal/pycore_object.h
@@ -184,7 +184,7 @@ PyAPI_FUNC(void) _Py_SetImmortalUntracked(PyObject *op);
184
185
// Makes an immortal object mortal again with the specified refcnt. Should only
186
// be used during runtime finalization.
187
-static inline void _Py_SetMortal(PyObject *op, Py_ssize_t refcnt)
+static inline void _Py_SetMortal(PyObject *op, short refcnt)
188
{
189
if (op) {
190
assert(_Py_IsImmortal(op));
0 commit comments