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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-10-01 13:29:48 | serhiy.storchaka | set | recipients: + serhiy.storchaka, barry, brett.cannon, ncoghlan, pitrou, eric.snow |
| 2018-10-01 13:29:48 | serhiy.storchaka | set | messageid: <1538400588.02.0.545547206417.issue33331@psf.upfronthosting.co.za> |
| 2018-10-01 13:29:48 | serhiy.storchaka | link | issue33331 messages |
| 2018-10-01 13:29:47 | serhiy.storchaka | create | |