[issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text

2019-03-25 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: -> terry.reedy components: +IDLE ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text

2014-10-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: In msg228954, Serhiy reported a new problem, which I an transferring to this new issue, with 2.7 and 3.4 but not 3.5. I now can reproduce the issue on 3.5 too. But with Lib/test/test_decimal.py, not Lib/decimal.py. The difference between 3.4 and 3.5 is

[issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text

2014-10-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: Makes sense now. Large file relative to machine speed + quick close click = close (at least to point of destruction of self.text) before initialization is complete. Hence continued initialization fails. Yes, when closing crashed in Multicall, would not see

[issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text

2014-10-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch which should fix this issue. The same solution already is used in restore_file_breaks(). -- keywords: +patch Added file: http://bugs.python.org/file36888/issue22614.patch ___ Python tracker

[issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text

2014-10-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset a4c1c9b534a2 by Terry Jan Reedy in branch '2.7': Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. https://hg.python.org/cpython/rev/a4c1c9b534a2 New changeset d686de84dc10 by Terry Jan Reedy in branch '3.4': Issue #22614:

[issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text

2014-10-12 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- resolution: - fixed stage: needs patch - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22614 ___

[issue22614] Idle: problem in PyShellEditorWindow.color_breakpoint_text

2014-10-11 Thread Terry J. Reedy
New submission from Terry J. Reedy: In Jan 2014 in the opening messages of #20167, msg207599, Serhiy Storchaka reported that ./python -m idlelib.idle Lib/decimal.py opened the file on both 2.7 and 3.4 (beta) but that closing on 3.4 (but not 2.7) caused 'application closed' errors in Multicall