]> granicus.if.org Git - python/commit
Issue #25388: Fixed tokenizer crash when processing undecodable source code
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 14 Nov 2015 13:10:35 +0000 (15:10 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 14 Nov 2015 13:10:35 +0000 (15:10 +0200)
commit0d441119f5eb6437f6145e89e0963f75494d8a3f
treed8504a540716a9399777ba8f4a65ac7c1ef25ddb
parent806fb2540520839812887140fa1d4ba2e60ecc5e
Issue #25388: Fixed tokenizer crash when processing undecodable source code
with a null byte.
Lib/test/test_compile.py
Misc/NEWS
Parser/tokenizer.c