Issue #22588: Fix typo in _testcapi.test_incref_decref_API()
This commit is contained in:
parent
484df0075a
commit
fc6a90a92e
|
@ -2699,7 +2699,7 @@ static PyObject *
|
|||
test_incref_decref_API(PyObject *ob)
|
||||
{
|
||||
PyObject *obj = PyLong_FromLong(0);
|
||||
Py_IncRef(ob);
|
||||
Py_IncRef(obj);
|
||||
Py_DecRef(obj);
|
||||
Py_DecRef(obj);
|
||||
Py_RETURN_NONE;
|
||||
|
|
Loading…
Reference in New Issue