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 serhiy.storchaka
Recipients eric.snow, gregory.p.smith, ncoghlan, pitrou, rhettinger, serhiy.storchaka
Date 2017-09-07.21:55:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504821334.49.0.320309813324.issue31356@psf.upfronthosting.co.za>
In-reply-to
Content
Note that threads can break this. Even without calling gc.enable() explicitly, "with gc_disabled()" in different thread can enable GC inside other "with gc_disabled()" block.
History
Date User Action Args
2017-09-07 21:55:34serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, gregory.p.smith, ncoghlan, pitrou, eric.snow
2017-09-07 21:55:34serhiy.storchakasetmessageid: <1504821334.49.0.320309813324.issue31356@psf.upfronthosting.co.za>
2017-09-07 21:55:34serhiy.storchakalinkissue31356 messages
2017-09-07 21:55:34serhiy.storchakacreate