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 kj
Recipients eric.snow, kj, vstinner
Date 2021-01-05.15:54:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609862045.06.0.177130417143.issue42834@roundup.psfhosted.org>
In-reply-to
Content
_json currently uses a few static locals for caching of PyUnicode and one Exception object.  This patch aims to move them to the heap.

Apologies if this isn't the right way to track subinterpreter issues, I took a look at issue36876 but it seemed like a meta issue to me.
History
Date User Action Args
2021-01-05 15:54:05kjsetrecipients: + kj, vstinner, eric.snow
2021-01-05 15:54:05kjsetmessageid: <1609862045.06.0.177130417143.issue42834@roundup.psfhosted.org>
2021-01-05 15:54:05kjlinkissue42834 messages
2021-01-05 15:54:04kjcreate