Ray.Allen <[email protected]> added the comment:

By looking into the source, I found PyObject_CallObject() is 
“reference-count-neutral” even the call is FAILED, because it will always call 
Py_DECREF(arg) in the end and in case of exception.

----------
nosy: +ysj.ray

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue8336>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to