[New-bugs-announce] [issue39984] Move some ceval fields from _PyRuntime.ceval to PyInterpreterState.ceval

STINNER Victor report at bugs.python.org
Mon Mar 16 20:53:21 EDT 2020


New submission from STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue39984>
_______________________________________


More information about the New-bugs-announce mailing list