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

2020-05-11 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-40600: "Add an option to disallow creating more than one instance of a module". -- ___ Python tracker ___

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

2020-04-20 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

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

2020-04-16 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +18906 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19562 ___ Python tracker ___

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

2020-04-15 Thread Dong-hee Na
Dong-hee Na added the comment: I will take a look :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

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

2020-04-14 Thread STINNER Victor
New submission from STINNER Victor : Since Python 3.7, it's possible to load the atexit module more than once: commit 776407fe893fd42972c7e3f71423d9d86741d07c Author: Marcel Plch Date: Wed Dec 20 11:17:58 2017 +0100 bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#