]> 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:12:04 +0000 (15:12 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 14 Nov 2015 13:12:04 +0000 (15:12 +0200)
commit0304729ec49f4673bc8c88740537e66643a6c44a
treea7b875e7bfcdcbebc3280b3670c6add881b3b826
parent28a465c9e0d4f49eb2f344d8cbb986f61a47efbe
parent7e2b870b8593233306594237cd5286c60ec7a1e1
Issue #25388: Fixed tokenizer crash when processing undecodable source code
with a null byte.
Misc/NEWS
Parser/tokenizer.c