mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -211,6 +211,7 @@ PyAPI_FUNC(void) PyByteArray_Fini(void);
|
|||
PyAPI_FUNC(void) PyFloat_Fini(void);
|
||||
PyAPI_FUNC(void) PyOS_FiniInterrupts(void);
|
||||
PyAPI_FUNC(void) _PyGC_Fini(void);
|
||||
PyAPI_FUNC(void) PySlice_Fini(void);
|
||||
|
||||
PyAPI_DATA(PyThreadState *) _Py_Finalizing;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue