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 JunyiXie
Recipients JunyiXie, Mark.Shannon, corona10, rhettinger, shihai1991, vstinner
Date 2021-03-11.09:44:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615455893.26.0.964521602088.issue40521@roundup.psfhosted.org>
In-reply-to
Content
Should Make dtoa bigint free list per-interpreter.

static Bigint *bigint_freelist[Kmax+1]; -> _is { Bigint *bigint_freelist[Kmax+1]; }
History
Date User Action Args
2021-03-11 09:44:53JunyiXiesetrecipients: + JunyiXie, rhettinger, vstinner, Mark.Shannon, corona10, shihai1991
2021-03-11 09:44:53JunyiXiesetmessageid: <1615455893.26.0.964521602088.issue40521@roundup.psfhosted.org>
2021-03-11 09:44:53JunyiXielinkissue40521 messages
2021-03-11 09:44:53JunyiXiecreate