Message201560
Here is a patch to not import again the io module in _Py_DisplaySourceLine() if the module was unloaded.
A simpler patch is to just return (don't check sys.modules) if _Py_Finalizing is set.
Note: I also created issue #19424 to avoid conversion from/to UTF-8. |
|
Date |
User |
Action |
Args |
2013-10-28 17:50:20 | vstinner | set | recipients:
+ vstinner, brett.cannon, pitrou, python-dev |
2013-10-28 17:50:20 | vstinner | set | messageid: <1382982620.09.0.0886734049478.issue19421@psf.upfronthosting.co.za> |
2013-10-28 17:50:20 | vstinner | link | issue19421 messages |
2013-10-28 17:50:19 | vstinner | create | |
|