8000 bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c by vstinner · Pull Request #23040 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c #23040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2020
Merged

bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c #23040

merged 1 commit into from
Oct 30, 2020

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
0