mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
gh-111968: Use per-thread freelists for float in free-threading (gh-113886)
This commit is contained in:
parent
a0c9cf9456
commit
f728f7242c
9 changed files with 43 additions and 59 deletions
|
@ -15,7 +15,6 @@ void
|
|||
_PyGC_ClearAllFreeLists(PyInterpreterState *interp)
|
||||
{
|
||||
_PyTuple_ClearFreeList(interp);
|
||||
_PyFloat_ClearFreeList(interp);
|
||||
_PyDict_ClearFreeList(interp);
|
||||
_PyAsyncGen_ClearFreeLists(interp);
|
||||
_PyContext_ClearFreeList(interp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue