]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25388: Fixed tokenizer hang when processing undecodable source code
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 14 Nov 2015 13:14:29 +0000 (15:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 14 Nov 2015 13:14:29 +0000 (15:14 +0200)
commit5d7d26c403d86e9525820d872eb3e331dbc31750
tree1d300e51de7abe9289fc58059a02f00aa7e42d69
parentb1c1e673cbbd67f70714d7c65d4a9f0f85c53d0f
Issue #25388: Fixed tokenizer hang when processing undecodable source code
with a null byte.
Lib/test/test_compile.py
Misc/NEWS
Parser/tokenizer.c