Message201537
"show_warning() and/or _Py_DisplaySourceLine() should not try to display the Python line while Python is exiting. There is for example the flag _Py_Finalizing."
Or PyImport_Import() should fail with an ImportError("block importing 'io' when python is exiting") (or a better message) when Python is exiting (if _Py_Finalizing is 1). |
|
Date |
User |
Action |
Args |
2013-10-28 12:59:07 | vstinner | set | recipients:
+ vstinner, brett.cannon, pitrou |
2013-10-28 12:59:07 | vstinner | set | messageid: <1382965147.36.0.0561843588523.issue19421@psf.upfronthosting.co.za> |
2013-10-28 12:59:07 | vstinner | link | issue19421 messages |
2013-10-28 12:59:07 | vstinner | create | |
|