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 rhettinger, serhiy.storchaka, taleinat, terry.reedy
Date 2019-08-16.05:23:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565933028.43.0.481335102077.issue34857@roundup.psfhosted.org>
In-reply-to
Content
I moved leaving SyntaxWarnings as warnings to #37824, as that is mostly about editing pyshell.

Changing the ordering of warnings and RESTART involves run.show_warnings.  I believe the latter should collect lines in a warnings list and print
''.join(warnings) at the appropriate time.
History
Date User Action Args
2019-08-16 05:23:48terry.reedysetrecipients: + terry.reedy, rhettinger, taleinat, serhiy.storchaka
2019-08-16 05:23:48terry.reedysetmessageid: <1565933028.43.0.481335102077.issue34857@roundup.psfhosted.org>
2019-08-16 05:23:48terry.reedylinkissue34857 messages
2019-08-16 05:23:48terry.reedycreate