Message201867
I misunderstood the gdb traceback. Display a warning does not reload the io module: in fact, the io module was unloaded and PyImport_ImportModuleLevelObject() already raises an ImportError in this case: ImportError("import of 'io' halted; None in sys.modules"). So nothing else need to be done, I'm now closing the issue.
I created more specific issues about warnings, see issues #19442 and #19466. |
|
Date |
User |
Action |
Args |
2013-11-01 01:09:45 | vstinner | set | recipients:
+ vstinner, brett.cannon, pitrou, Arfrever, python-dev |
2013-11-01 01:09:45 | vstinner | set | messageid: <1383268185.84.0.183855372861.issue19421@psf.upfronthosting.co.za> |
2013-11-01 01:09:45 | vstinner | link | issue19421 messages |
2013-11-01 01:09:45 | vstinner | create | |
|