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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18552>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to