SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 95 Python

bpo-45522: Allow to disable freelists on build time (GH-29056)

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. Internal Py*_MAXFREELIST macros can now
be defined as 0 without causing compiler warnings and segfaults.

Signed-off-by: Christian Heimes <christian@python.org>
C
Christian Heimes committed
9942f42a93ccda047fd3558c47b822e99afe10c0
Parent: 5a14f71
Committed by GitHub <noreply@github.com> on 10/21/2021, 1:12:20 PM