[issue28691] python3.6 -Werror -c '"\c"' fails with an assertion error

STINNER Victor report at bugs.python.org
Mon Nov 14 12:05:57 EST 2016


STINNER Victor added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28691>
_______________________________________


More information about the Python-bugs-list mailing list