]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 18 Dec 2005 05:29:30 +0000 (05:29 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 18 Dec 2005 05:29:30 +0000 (05:29 +0000)
commitdb83eb3170ebdf55bd1c1add94838a9aefa8c00b
tree7920aeced87b5649ef95344d093c2d6fb6cf5b68
parente7214a130b3fb1c4850a1e644b9e240087f6e982
Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.

Needs backport.
Lib/test/bad_coding2.py [new file with mode: 0644]
Lib/test/test_coding.py
Misc/NEWS
Parser/tokenizer.c
Python/pythonrun.c