STINNER Victor <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue40521> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
