]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correction for issue1134: all source files with a coding spec, except latin-1
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 15 Nov 2007 23:19:43 +0000 (23:19 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 15 Nov 2007 23:19:43 +0000 (23:19 +0000)
commit65f9aced6ebecf418a91d273e314e40bd153e113
tree2acf8d49fdd15697e8de8c50cba3e61678a15fa7
parentc05f42a8a76800fc5a6a8a019710351dfd58dec2
Correction for issue1134: all source files with a coding spec, except latin-1
and utf-8, crashed when parsing a multiline string, or a line longer that 512
columns.
Lib/test/test_coding.py
Parser/tokenizer.c