Issue #10227: Add an allocation cache for a single slice object.
Patch by Stefan Behnel.
This commit is contained in:
@@ -531,6 +531,7 @@ Py_Finalize(void)
|
||||
PyLong_Fini();
|
||||
PyFloat_Fini();
|
||||
PyDict_Fini();
|
||||
PySlice_Fini();
|
||||
|
||||
/* Cleanup Unicode implementation */
|
||||
_PyUnicode_Fini();
|
||||
|
||||
Reference in New Issue
Block a user