This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients JunyiXie, Mark.Shannon, corona10, mark.dickinson, rhettinger, shihai1991, vstinner
Date 2021-05-17.06:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621234757.73.0.243876153753.issue40521@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2021-05-17 06:59:17vstinnersetrecipients: + vstinner, rhettinger, mark.dickinson, Mark.Shannon, corona10, shihai1991, JunyiXie
2021-05-17 06:59:17vstinnersetmessageid: <1621234757.73.0.243876153753.issue40521@roundup.psfhosted.org>
2021-05-17 06:59:17vstinnerlinkissue40521 messages
2021-05-17 06:59:17vstinnercreate