New submission from Ken Jin <kenjin4...@gmail.com>:
_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. ---------- components: Library (Lib), Subinterpreters messages: 384411 nosy: eric.snow, kj, vstinner priority: normal severity: normal status: open title: [subinterpreters] Convert "global" static variable caches in _json to heap variables versions: Python 3.10 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42834> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com