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: <[email protected]> |
| 2013-11-01 01:09:45 | vstinner | link | issue19421 messages |
| 2013-11-01 01:09:45 | vstinner | create | |
|