This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients barry, brett.cannon, eric.snow, ncoghlan, pitrou, serhiy.storchaka
Date 2018-10-01.13:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538400588.02.0.545547206417.issue33331@psf.upfronthosting.co.za>
In-reply-to
Content
If move a module to the end of sys.modules when it have finished execution, we will get the following order:

    D, C, B, A, Y, Z, X, __main__

In can be cleaned from the end, and each module will be cleaned before its dependencies.
History
Date User Action Args
2018-10-01 13:29:48serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, ncoghlan, pitrou, eric.snow
2018-10-01 13:29:48serhiy.storchakasetmessageid: <1538400588.02.0.545547206417.issue33331@psf.upfronthosting.co.za>
2018-10-01 13:29:48serhiy.storchakalinkissue33331 messages
2018-10-01 13:29:47serhiy.storchakacreate