Amaury Forgeot d'Arc <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue13429> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
