This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients miss-islington, ned.deily, ronaldoussoren, terry.reedy
Date 2020-11-30.17:22:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606756978.94.0.97558413716.issue42508@roundup.psfhosted.org>
In-reply-to
Content
This issue exposed and is affected by an existing system and version independent bug.  With that fixed as in PR 23570, running a file with "print('output')" with the new 3.9.1rc1 universal binary results in the following.

output
========= RESTART: /Users/.../tem1.py =========
<'... finished.' dialog box>
<click OK and box reappears>
<click again and>
========== RESTART: Shell =====================
>>>
output
>>>

The normal output is

========= RESTART: /Users/.../tem1.py =========
output
>>>

I am investigating how 'RESTART' is being printed after 'output', even though the restart function is called before the compiled tem1 is sent to be executed.
History
Date User Action Args
2020-11-30 17:22:58terry.reedysetrecipients: + terry.reedy, ronaldoussoren, ned.deily, miss-islington
2020-11-30 17:22:58terry.reedysetmessageid: <1606756978.94.0.97558413716.issue42508@roundup.psfhosted.org>
2020-11-30 17:22:58terry.reedylinkissue42508 messages
2020-11-30 17:22:58terry.reedycreate