mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
RFE #1436243: make integers in [0..256] preallocated.
This commit is contained in:
parent
df431657fd
commit
418a1ef089
2 changed files with 5 additions and 1 deletions
|
@ -62,7 +62,7 @@ fill_free_list(void)
|
|||
}
|
||||
|
||||
#ifndef NSMALLPOSINTS
|
||||
#define NSMALLPOSINTS 100
|
||||
#define NSMALLPOSINTS 257
|
||||
#endif
|
||||
#ifndef NSMALLNEGINTS
|
||||
#define NSMALLNEGINTS 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue