gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)
This commit is contained in:
@@ -15,7 +15,6 @@ void
|
||||
_PyGC_ClearAllFreeLists(PyInterpreterState *interp)
|
||||
{
|
||||
_PyDict_ClearFreeList(interp);
|
||||
_PyAsyncGen_ClearFreeLists(interp);
|
||||
|
||||
HEAD_LOCK(&_PyRuntime);
|
||||
_PyThreadStateImpl *tstate = (_PyThreadStateImpl *)interp->threads.head;
|
||||
|
||||
Reference in New Issue
Block a user