Message357278
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2019-11-22.13:27:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1574429221.23.0.0493584512536.issue38858@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I introduced a workaround to a reference leak in bpo-36854 because _PyImport_Cleanup() doesn't clear modules dictionary in some cases: https://bugs.python.org/issue36854#msg357160 Maybe _PyImport_Cleanup() should be enhanced to ensure that the dictionary of all modules is cleared when the function exit. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-11-22 13:27:01 | vstinner | set | recipients: + vstinner |
| 2019-11-22 13:27:01 | vstinner | set | messageid: <1574429221.23.0.0493584512536.issue38858@roundup.psfhosted.org> |
| 2019-11-22 13:27:01 | vstinner | link | issue38858 messages |
| 2019-11-22 13:27:01 | vstinner | create | |