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 terry.reedy
Date 2019-01-24.19:20:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548357634.23.0.810875171028.issue34857@roundup.psfhosted.org>
In-reply-to
Content
In 3.7.2, the statement in a file results in the SyntaxError being printed in Shell *before* the restart.  It should be after, but before the code object is sent to the restarted execution process.
History
Date User Action Args
2019-01-24 19:20:36terry.reedysetrecipients: + terry.reedy
2019-01-24 19:20:34terry.reedysetmessageid: <1548357634.23.0.810875171028.issue34857@roundup.psfhosted.org>
2019-01-24 19:20:34terry.reedylinkissue34857 messages
2019-01-24 19:20:34terry.reedycreate