bpo-40600: atexit only loads single time per interpreter#23699
bpo-40600: atexit only loads single time per interpreter#23699corona10 wants to merge 5 commits into
Conversation
vstinner
left a comment
There was a problem hiding this comment.
I would prefer to move the atexit list of callbacks into PyInterpreterState, and the atexit module would get the list from the current interpreter.
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: And if you don't make the requested changes, you will be put in the comfy chair! |
Sorry, something went wrong.
d9bee4e to
9c4d2b0
Compare
December 10, 2020 17:02
68d795c to
eef1ce0
Compare
December 10, 2020 17:37
|
I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @vstinner: please review the changes made to this pull request. |
Sorry, something went wrong.
|
This is solved in a different way in bpo-42639. |
Sorry, something went wrong.
https://bugs.python.org/issue40600