Terry J. Reedy <tjre...@udel.edu> added the comment: I am 99.99% sure that this is not an IDLE issue. IDLE submits your code to Python to be exec-ed. The exception comes from Python. You should get the same exception (though with a different fake file name) if you ran the same code directly with Python, without IDLE running.
---------- assignee: terry.reedy -> components: -IDLE _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32405> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com