[issue40521] [subinterpreters] Make free lists and unicode caches per-interpreter

STINNER Victor report at bugs.python.org
Mon May 17 02:59:17 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

> I reopen the issue to remind me that collections.deque() freelist is shared by all interpreters.

Each deque instance now has its own free list.

But dtoa.c still has a per-process cache, shared by all interpreters.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40521>
_______________________________________


More information about the Python-bugs-list mailing list