bpo-40288: atexit supports more than once loading per interpreter by corona10 · Pull Request #19562 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Conversation
Member
corona10 added 2 commits
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
corona10
commented
Apr 17, 2020
corona10 commented
Member Author
./python.exe -m test test_atexit -R 3:3
0:00:00 load avg: 2.03 Run tests sequentially
0:00:00 load avg: 2.03 [1/1] test_atexit
beginning 6 repetitions
123456
......
== Tests result: SUCCESS ==
1 test OK.
Total duration: 1.3 sec
Tests result: SUCCESS
vstinner
commented
Apr 17, 2020
vstinner commented
Member
@ericsnowcurrently: Do you have an opinion on https://bugs.python.org/issue40288 ? Should we allow to create multiple instances of the atexit module per interpreter? Or should we raise an exception?
corona10
requested review from
ericsnowcurrently and
vstinner
corona10
closed this
corona10
deleted the
bpo-40288
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment