[issue41468] Unrecoverable server exiting

2020-08-10 Thread Albert Francis
Albert Francis added the comment: Got it, thanks! On Mon, 10 Aug 2020, 19:26 Terry J. Reedy, wrote: > > Terry J. Reedy added the comment: > > Test error fixed on issue 41514. > > -- > > ___ > Python tracker >

[issue41468] Unrecoverable server exiting

2020-08-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Test error fixed on issue 41514. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue41468] Unrecoverable server exiting

2020-08-10 Thread STINNER Victor
STINNER Victor added the comment: test_error() of test_idle fails when it's run twice in a row: bpo-41514 "test_idle: test_error() failed on aarch64 RHEL8 Refleaks 3.8". -- nosy: +vstinner ___ Python tracker __

[issue41468] Unrecoverable server exiting

2020-08-09 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue41468] Unrecoverable server exiting

2020-08-09 Thread miss-islington
miss-islington added the comment: New changeset a9fa66377fbd9ea2fca1483345a8c27d1b32d5b4 by Miss Islington (bot) in branch '3.9': bpo-41468: Improve and test IDLE run error exit (GH-21798) https://github.com/python/cpython/commit/a9fa66377fbd9ea2fca1483345a8c27d1b32d5b4 -- ___

[issue41468] Unrecoverable server exiting

2020-08-09 Thread miss-islington
miss-islington added the comment: New changeset 61f23cb62d6bdd72b61fc36abf4c1492493d71af by Miss Islington (bot) in branch '3.8': bpo-41468: Improve and test IDLE run error exit (GH-21798) https://github.com/python/cpython/commit/61f23cb62d6bdd72b61fc36abf4c1492493d71af -- ___

[issue41468] Unrecoverable server exiting

2020-08-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset f2e161c27964a59bc5ab20d96f87ba5862c6222d by Terry Jan Reedy in branch 'master': bpo-41468: Improve and test IDLE run error exit (GH-21798) https://github.com/python/cpython/commit/f2e161c27964a59bc5ab20d96f87ba5862c6222d -- _

[issue41468] Unrecoverable server exiting

2020-08-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +20936 pull_request: https://github.com/python/cpython/pull/21801 ___ Python tracker ___ __

[issue41468] Unrecoverable server exiting

2020-08-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +20935 pull_request: https://github.com/python/cpython/pull/21800 ___ Python tracker _

[issue41468] Unrecoverable server exiting

2020-08-09 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +20933 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21798 ___ Python tracker ___ _

[issue41468] Unrecoverable server exiting

2020-08-04 Thread Albert Francis
Albert Francis added the comment: Dear Sir, I got the solution. Thanks On Tue, 4 Aug 2020, 16:55 Terry J. Reedy, wrote: > > Terry J. Reedy added the comment: > > One should never see this message. As far as I remember, I have seen it > only once in the last several years. It is intended

[issue41468] Unrecoverable server exiting

2020-08-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: One should never see this message. As far as I remember, I have seen it only once in the last several years. It is intended to indicate a 'random' non-reproducible glitch in the communication machinery connecting the IDLE GUI process and the user code exec

[issue41468] Unrecoverable server exiting

2020-08-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: Start IDLE in a Terminal/Command Prompt window with `python -m idlelib`, where 'python` is whatever runs your most recent 3.x python. Then see if an error message shows up after IDLE exits. -- versions: +Python 3.10 -Python 3.5, Python 3.6, Python 3

[issue41468] Unrecoverable server exiting

2020-08-04 Thread E. Paine
E. Paine added the comment: To help us to reproduce and understand the issue, please could you give us 1) a more detailed explanation of the problem you are facing and 2) steps to reproduce the issue (maybe providing a minimal code example if that is the cause). Is this a bug with IDLE, thou

[issue41468] Unrecoverable server exiting

2020-08-03 Thread Albert Francis
New submission from Albert Francis : How to solve unrecoverable server exiting in IDLE -- assignee: terry.reedy components: IDLE messages: 374766 nosy: albertpython, terry.reedy priority: normal severity: normal status: open title: Unrecoverable server exiting type: behavior versions: P