commit | dff1ad509051f7e07e77d1e3ec83314d53fb1118 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Oct 30 18:03:28 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Oct 30 18:03:28 2020 +0100 |
tree | 3d293469f40de9651f453652e5f2d7c3ff367152 | |
parent | 8b3414818f5289eac530bf38bcfbd7b2b851805c [diff] |
bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040) Move _PyImport_Cleanup() to pylifecycle.c, rename it to finalize_modules(), split it (200 lines) into many smaller sub-functions and cleanup the code.