Ray.Allen <ysj....@gmail.com> 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 <rep...@bugs.python.org>
<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