mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Merge 3.4
This commit is contained in:
commit
aad627f2f9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue