[issue38160] [subinterpreters] Add a "PyInterpreterState *" field to PyTypeObject.

2020-06-09 Thread STINNER Victor
STINNER Victor added the comment: I close the issue. -- resolution: -> not a bug stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue38160] [subinterpreters] Add a "PyInterpreterState *" field to PyTypeObject.

2020-06-04 Thread STINNER Victor
STINNER Victor added the comment: Which kind of code pattern is supposed to be more efficient if it would be possible to get a "PyInterpreterState *" from a "PyTypeObject*"? I don't understand which problem this issue is supposed to solve. -- ___

[issue38160] [subinterpreters] Add a "PyInterpreterState *" field to PyTypeObject.

2020-05-14 Thread STINNER Victor
Change by STINNER Victor : -- components: +Subinterpreters -Interpreter Core title: Add a "PyInterpreterState *" field to PyTypeObject. -> [subinterpreters] Add a "PyInterpreterState *" field to PyTypeObject. ___ Python tracker