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 pablogsal
Recipients eric.snow, gregory.p.smith, josh.r, lisroach, ncoghlan, pablogsal, pitrou, rhettinger, serhiy.storchaka
Date 2017-11-11.00:22:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510359741.97.0.213398074469.issue31356@psf.upfronthosting.co.za>
In-reply-to
Content
Just to clarify the current situation: At this point, the contextmanager is referred as "disabled" in the C code but is exported as "Disabled" to the garbage collection module. The "gc_disabled" is the Python "equivalent" given by Raymond that is included in the documentation
History
Date User Action Args
2017-11-11 00:22:22pablogsalsetrecipients: + pablogsal, rhettinger, gregory.p.smith, ncoghlan, pitrou, eric.snow, serhiy.storchaka, josh.r, lisroach
2017-11-11 00:22:21pablogsalsetmessageid: <1510359741.97.0.213398074469.issue31356@psf.upfronthosting.co.za>
2017-11-11 00:22:21pablogsallinkissue31356 messages
2017-11-11 00:22:21pablogsalcreate