mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
This commit is contained in:
parent
be76e3f26e
commit
ad7c778546
16 changed files with 4 additions and 100 deletions
|
|
@ -531,9 +531,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
|
|||
/* Define if you want to compile in mimalloc memory allocator. */
|
||||
#define WITH_MIMALLOC 1
|
||||
|
||||
/* Define if you want to compile in object freelists optimization */
|
||||
#define WITH_FREELISTS 1
|
||||
|
||||
/* Define if you have clock. */
|
||||
/* #define HAVE_CLOCK */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue