[issue18552] obj2ast_object() doesn't check return value of PyArena_AddPyObject()

STINNER Victor report at bugs.python.org
Sat Jul 27 00:26:18 CEST 2013


STINNER Victor added the comment:

-    Py_XINCREF(obj);
+    Py_INCREF(obj);

This change is not correct. Here is an updated patch.

----------
nosy: +haypo
Added file: http://bugs.python.org/file31046/obj2ast_object.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18552>
_______________________________________


More information about the Python-bugs-list mailing list