Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

But the GIL can be released in many places (e.g. a Py_DECREF), and another 
thread can enter the same function and update the same static variable.

----------

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

Reply via email to