]> 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:11:17 +0000 (15:11 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 14 Nov 2015 13:11:17 +0000 (15:11 +0200)
commit7e2b870b8593233306594237cd5286c60ec7a1e1
tree612fa432059cc31904217e4bf55bed6c124576d0
parent2463001a15f0f1dab1b82e71f3d37b1bc7bc701f
parent0d441119f5eb6437f6145e89e0963f75494d8a3f
Issue #25388: Fixed tokenizer crash when processing undecodable source code
with a null byte.
Lib/test/test_compile.py
Misc/NEWS
Parser/tokenizer.c