Merge 3.4
This commit is contained in:
commit
aad627f2f9
|
@ -2715,7 +2715,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