[issue30876] SystemError on import

Nick Coghlan report at bugs.python.org
Sat Jul 8 02:14:28 EDT 2017


Nick Coghlan added the comment:

I don't think we're that strict with SystemError - once folks are messing about with deleting things from the sys module, they *are* writing their own system level code, and may end up provoking SystemError if they corrupt the interpreter state in the process.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30876>
_______________________________________


More information about the Python-bugs-list mailing list