New submission from STINNER Victor <vstin...@python.org>:
The _PyRuntime.ceval structure should be made "per-interpreter". I don't want to make the GIL per-interpreter: that's out of the scope of this issue. So I propose to only move a few fields to make more ceval fields "per interpreter". ---------- components: Interpreter Core messages: 364378 nosy: vstinner priority: normal severity: normal status: open title: Move some ceval fields from _PyRuntime.ceval to PyInterpreterState.ceval versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39984> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com