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 scoder
Recipients da-woods, gregory.p.smith, llllllllll, scoder
Date 2021-04-28.13:43:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619617396.72.0.954930021037.issue28254@roundup.psfhosted.org>
In-reply-to
Content
I just remembered that it's usually helpful to return the previous state, so that callers know whether they need to re-enable or disable the GC when they're done. I'll add that.

Also, returning an "int" may allow us to add a "-1" error code at some point, if it turns out to become necessary.
History
Date User Action Args
2021-04-28 13:43:16scodersetrecipients: + scoder, gregory.p.smith, llllllllll, da-woods
2021-04-28 13:43:16scodersetmessageid: <1619617396.72.0.954930021037.issue28254@roundup.psfhosted.org>
2021-04-28 13:43:16scoderlinkissue28254 messages
2021-04-28 13:43:16scodercreate