Message231360
Looks as globals in setup_context() is NULL. I suppose it is PyThreadState_Get()->interp->sysdict. interp->sysdict is cleared in PyInterpreterState_Clear(). Other code is executed after setting interp->sysdict to NULL (clearing interp->sysdict content, interp->builtins, interp->builtins_copy and interp->importlib) and this potentially can emit warnings. |
|
Date |
User |
Action |
Args |
2014-11-19 08:20:17 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, emptysquare |
2014-11-19 08:20:17 | serhiy.storchaka | set | messageid: <1416385217.28.0.473152936491.issue22898@psf.upfronthosting.co.za> |
2014-11-19 08:20:17 | serhiy.storchaka | link | issue22898 messages |
2014-11-19 08:20:16 | serhiy.storchaka | create | |
|