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 vstinner
Recipients abarry, eric.smith, ned.deily, vstinner
Date 2016-11-14.17:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479143157.83.0.364442080574.issue28691@psf.upfronthosting.co.za>
In-reply-to
Content
> By the way, an unit test is missing since the bug was not catched by the test suite!

Lib/test/test_string_literals.py contains an unit test but it changes the warnings filter, so -Werror option is ignored.
History
Date User Action Args
2016-11-14 17:05:57vstinnersetrecipients: + vstinner, eric.smith, ned.deily, abarry
2016-11-14 17:05:57vstinnersetmessageid: <1479143157.83.0.364442080574.issue28691@psf.upfronthosting.co.za>
2016-11-14 17:05:57vstinnerlinkissue28691 messages
2016-11-14 17:05:57vstinnercreate