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 Peter.Saveliev, amaury.forgeotdarc, pitrou
Date 2011-08-12.22:52:13
SpamBayes Score 0.0015050662
Marked as misclassified No
Message-id <1313189534.64.0.0883877325493.issue11866@psf.upfronthosting.co.za>
In-reply-to
Content
Are you sure that counter.next() cannot release the GIL?  Remember that any DECREF can trigger the garbage collector and execute arbitrary code...
History
Date User Action Args
2011-08-12 22:52:14amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, Peter.Saveliev
2011-08-12 22:52:14amaury.forgeotdarcsetmessageid: <1313189534.64.0.0883877325493.issue11866@psf.upfronthosting.co.za>
2011-08-12 22:52:14amaury.forgeotdarclinkissue11866 messages
2011-08-12 22:52:13amaury.forgeotdarccreate