Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 30, 2020

Move _PyImport_Cleanup() to pylifecycle.c, rename it to
finalize_modules(), split it (200 lines) into many smaller
sub-functions and cleanup the code.

https://bugs.python.org/issue42208

Move _PyImport_Cleanup() to pylifecycle.c, rename it to
finalize_modules(), split it (200 lines) into many smaller
sub-functions and cleanup the code.
@vstinner vstinner merged commit dff1ad5 into python:master Oct 30, 2020
@vstinner vstinner deleted the finalize_modules branch October 30, 2020 17:03
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Move _PyImport_Cleanup() to pylifecycle.c, rename it to
finalize_modules(), split it (200 lines) into many smaller
sub-functions and cleanup the code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants