[issue10915] [subinterpreters] Make the PyGILState API compatible with multiple interpreters

2020-05-14 Thread STINNER Victor
STINNER Victor added the comment: I marked this issue as a duplicate of bpo-15751. -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> [subinterpreters] Support subinterpreters in the GIL state API ___

[issue10915] [subinterpreters] Make the PyGILState API compatible with multiple interpreters

2020-05-14 Thread STINNER Victor
Change by STINNER Victor : -- components: +Subinterpreters -Interpreter Core title: Make the PyGILState API compatible with multiple interpreters -> [subinterpreters] Make the PyGILState API compatible with multiple interpreters ___ Python tracker