Armin Rigo added the comment:

Actually, Py_DECREF() may also release the GIL by calling a Python __del__() 
method; it doesn't have to directly decref the exact object.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25769>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to