Message315881
| Author | serhiy.storchaka |
|---|---|
| Recipients | brett.cannon, eric.snow, ncoghlan, serhiy.storchaka |
| Date | 2018-04-29.05:56:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1524981386.47.0.682650639539.issue33379@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
PyImport_Cleanup() is called in Py_EndInterpreter(), but Py_NewInterpreter() doesn't call _PyImport_Init() which initializes builtins_copy. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-29 05:56:26 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow |
| 2018-04-29 05:56:26 | serhiy.storchaka | set | messageid: <1524981386.47.0.682650639539.issue33379@psf.upfronthosting.co.za> |
| 2018-04-29 05:56:26 | serhiy.storchaka | link | issue33379 messages |
| 2018-04-29 05:56:26 | serhiy.storchaka | create | |