diff options
| author | Victor Stinner <vstinner@python.org> | 2020-06-04 21:38:36 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-04 21:38:36 (GMT) |
| commit | 69ac6e58fd98de339c013fe64cd1cf763e4f9bca (patch) | |
| tree | 98ab5b8f851d5512f097a73292e871a89c11f873 /Lib/codeop.py | |
| parent | dc24b8a2ac32114313bae519db3ccc21fe45c982 (diff) | |
| download | cpython-69ac6e58fd98de339c013fe64cd1cf763e4f9bca.zip cpython-69ac6e58fd98de339c013fe64cd1cf763e4f9bca.tar.gz cpython-69ac6e58fd98de339c013fe64cd1cf763e4f9bca.tar.bz2 | |
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Each interpreter now has its own tuple free lists:
* Move tuple numfree and free_list arrays into PyInterpreterState.
* Define PyTuple_MAXSAVESIZE and PyTuple_MAXFREELIST macros in
pycore_interp.h.
* Add _Py_tuple_state structure. Pass it explicitly to tuple_alloc().
* Add tstate parameter to _PyTuple_ClearFreeList()
* Each interpreter now has its own empty tuple singleton.
Diffstat (limited to 'Lib/codeop.py')
0 files changed, 0 insertions, 0 deletions
