[issue40288] [subinterpreters] atexit module should not be loaded more than once per interpreter

2020-12-27 Thread STINNER Victor
STINNER Victor added the comment: Fixed by bpo-42639. -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Make atexit state per interpreter ___ Python tracker

[issue40288] [subinterpreters] atexit module should not be loaded more than once per interpreter

2020-09-15 Thread hai shi
Change by hai shi : -- nosy: +shihai1991 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue40288] [subinterpreters] atexit module should not be loaded more than once per interpreter

2020-09-09 Thread STINNER Victor
STINNER Victor added the comment: I would prefer a more generic solution, if possible: > bpo-40600: "Add an option to disallow creating more than one instance of a > module". -- ___ Python tracker

[issue40288] [subinterpreters] atexit module should not be loaded more than once per interpreter

2020-09-09 Thread Dong-hee Na
Dong-hee Na added the comment: @vstineer I'd like to update PR 19562 not to create more than one instance. if the PR is updated, would you like to review this PR? -- ___ Python tracker __

[issue40288] [subinterpreters] atexit module should not be loaded more than once per interpreter

2020-05-14 Thread STINNER Victor
Change by STINNER Victor : -- components: +Subinterpreters -Library (Lib) title: atexit module should not be loaded more than once per interpreter -> [subinterpreters] atexit module should not be loaded more than once per interpreter ___ Python tra