mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Issue #10227: Add an allocation cache for a single slice object.
Patch by Stefan Behnel.
This commit is contained in:
parent
2251a3d233
commit
f34a0cdc6c
4 changed files with 34 additions and 7 deletions
|
@ -531,6 +531,7 @@ Py_Finalize(void)
|
|||
PyLong_Fini();
|
||||
PyFloat_Fini();
|
||||
PyDict_Fini();
|
||||
PySlice_Fini();
|
||||
|
||||
/* Cleanup Unicode implementation */
|
||||
_PyUnicode_Fini();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue