mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
9942f42a93
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>
Miscellaneous source files for the main Python shared library