[issue40513] [subinterpreters] Move _PyRuntimeState.ceval to PyInterpreterState

2020-05-14 Thread STINNER Victor
STINNER Victor added the comment: Well, the remaining field which should be moved is the GIL lock itself. It will likely be the last thing to do in bpo-40512. I consider that the work is done in this issue and so I close it. -- resolution: -> fixed stage: patch review -> resolved st

[issue40513] [subinterpreters] Move _PyRuntimeState.ceval to PyInterpreterState

2020-05-14 Thread STINNER Victor
Change by STINNER Victor : -- components: +Subinterpreters -Interpreter Core title: Move _PyRuntimeState.ceval to PyInterpreterState -> [subinterpreters] Move _PyRuntimeState.ceval to PyInterpreterState ___ Python tracker