This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, loewis, scoder
Date 2011-11-18.17:29:21
SpamBayes Score 0.008137938
Marked as misclassified No
Message-id <1321637361.67.0.139322731473.issue13429@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-11-18 17:29:21amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, scoder
2011-11-18 17:29:21amaury.forgeotdarcsetmessageid: <1321637361.67.0.139322731473.issue13429@psf.upfronthosting.co.za>
2011-11-18 17:29:21amaury.forgeotdarclinkissue13429 messages
2011-11-18 17:29:21amaury.forgeotdarccreate