This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, brett.cannon, pitrou, python-dev, vstinner
Date 2013-11-01.01:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383268185.84.0.183855372861.issue19421@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-01 01:09:45vstinnersetrecipients: + vstinner, brett.cannon, pitrou, Arfrever, python-dev
2013-11-01 01:09:45vstinnersetmessageid: <1383268185.84.0.183855372861.issue19421@psf.upfronthosting.co.za>
2013-11-01 01:09:45vstinnerlinkissue19421 messages
2013-11-01 01:09:45vstinnercreate