]> granicus.if.org Git - python/commit
Issue #7820: The parser tokenizer restores all bytes in the right if the BOM
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 2 Mar 2010 23:20:02 +0000 (23:20 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 2 Mar 2010 23:20:02 +0000 (23:20 +0000)
commitd23d3930ff1ce72263537bb050824129c6ac74f6
treea742fd5b1cc1593e55c169a3b40919d28ea7dedd
parent0e717addd8a03ed10231a578fce894c07ddb157e
Issue #7820: The parser tokenizer restores all bytes in the right if the BOM
check fails.

Fix an assertion in pydebug mode.
Lib/test/test_pep263.py
Misc/NEWS
Parser/tokenizer.c