[issue25733] Code and IDLE should catch all compile errors.

Terry J. Reedy report at bugs.python.org
Fri Jun 10 21:53:07 EDT 2016


Terry J. Reedy added the comment:

How to cause
SyntaxError -- obvious
NameError -- ?, already caught in code module
OverflowError-- ?, already caught in code module
SystemError  - 22 nested for loops ('deeply nested blocks')
TypeError -- chr(0), 2.7
ValueError -- chr(0), 3.x; bytes(0), 2.7

----------
components: +Library (Lib) -Interpreter Core
title: Idle does not handle non-standard compile errors -> Code and IDLE should catch all compile errors.
versions:  -Python 3.4

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


More information about the Python-bugs-list mailing list