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 vstinner
Recipients iritkatriel, vstinner, yuriy_levchenko
Date 2021-04-27.14:17:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619533027.59.0.329154914784.issue26215@roundup.psfhosted.org>
In-reply-to
Content
I only saw yuriy_levchenko's request in 2016, it doesn't sound like a popular request. Disabling completely the GC is an invasive change, the GC is part of the Python semantics. I agree with Irit, this idea should be discussed on python-ideas first. I close this issue.

Note: I moved the PyGC_Head structure to the internal C API in Python 3.9, see bpo-40241.
History
Date User Action Args
2021-04-27 14:17:07vstinnersetrecipients: + vstinner, yuriy_levchenko, iritkatriel
2021-04-27 14:17:07vstinnersetmessageid: <1619533027.59.0.329154914784.issue26215@roundup.psfhosted.org>
2021-04-27 14:17:07vstinnerlinkissue26215 messages
2021-04-27 14:17:07vstinnercreate