Serhiy Storchaka c93c58b5d5
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Modules imported last are now cleared first at interpreter shutdown.

A newly imported module is moved to the end of sys.modules, behind
modules on which it depends.
2018-10-29 19:30:16 +02:00
..
2018-10-19 23:30:03 +02:00
2018-10-19 23:30:03 +02:00

Miscellaneous source files for the main Python shared library