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 serhiy.storchaka
Recipients Jeremy.Hylton, gvanrossum, levkivskyi, serhiy.storchaka
Date 2016-12-11.12:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481459590.71.0.768888502862.issue28936@psf.upfronthosting.co.za>
In-reply-to
Content
Issue27999 invalidated test_global_err_then_warn in Lib/test/test_syntax.py:567. That test was added in issue763201 for testing that SyntaxWarning emitted in symtable_global() doesn't clobber a SyntaxError. In issue27999 a SyntaxWarning was converted to SyntaxError, and the test no longer serves its purpose.

Issue28512 makes tests more strong (it tests the position of SyntaxError), but it can't be applied in 3.6, because _check_error() catches different SyntaxError.
History
Date User Action Args
2016-12-11 12:33:10serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, Jeremy.Hylton, levkivskyi
2016-12-11 12:33:10serhiy.storchakasetmessageid: <1481459590.71.0.768888502862.issue28936@psf.upfronthosting.co.za>
2016-12-11 12:33:10serhiy.storchakalinkissue28936 messages
2016-12-11 12:33:10serhiy.storchakacreate