Message326798
| 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. |
|