[issue43163] code.interact() unexpectedly raises exception when there may be more code

2021-02-08 Thread Xie Jingyi
Change by Xie Jingyi : -- title: code.interact() unexpected raises exception when there may be more code -> code.interact() unexpectedly raises exception when there may be more code ___ Python tracker <https://bugs.python.org/issu

[issue43163] code.interact() unexpected raises exception when there may be more code

2021-02-08 Thread Xie Jingyi
Change by Xie Jingyi : -- assignee: -> terry.reedy components: +IDLE, Library (Lib) nosy: +terry.reedy ___ Python tracker <https://bugs.python.org/issu

[issue43163] code.interact() unexpected raises exception when there may be more code

2021-02-08 Thread Xie Jingyi
New submission from Xie Jingyi : In Python3.10.0a5, `code.interact()` will raise unexpected SyntaxError even if there should be more code. ``` Python 3.10.0a5 (default, Feb 7 2021, 20:14:10) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or

[issue43163] code.interact() unexpected raises exception when there may be more code

2021-02-08 Thread Xie Jingyi
Change by Xie Jingyi : -- nosy: hsfzxjy priority: normal severity: normal status: open title: code.interact() unexpected raises exception when there may be more code type: behavior versions: Python 3.10 ___ Python tracker <https://bugs.python.