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 Mark.Shannon, christian.heimes, miss-islington, vstinner
Date 2022-01-15.00:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642206982.58.0.0185759774089.issue45522@roundup.psfhosted.org>
In-reply-to
Content
> Freelists for object structs can now be disabled. A new configure option --without-freelists can be used to disable all freelists except empty tuple singleton. (Contributed by Christian Heimes in bpo-45522)

Can you please document the new configuration option in https://docs.python.org/dev/using/configure.html ?

When you write :option:`--without-freelists` in what's new in Python 3.11 to get a link ;-)
History
Date User Action Args
2022-01-15 00:36:22vstinnersetrecipients: + vstinner, christian.heimes, Mark.Shannon, miss-islington
2022-01-15 00:36:22vstinnersetmessageid: <1642206982.58.0.0185759774089.issue45522@roundup.psfhosted.org>
2022-01-15 00:36:22vstinnerlinkissue45522 messages
2022-01-15 00:36:22vstinnercreate