]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 27 Sep 2022 22:23:42 +0000 (23:23 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Sep 2022 22:23:42 +0000 (23:23 +0100)
commitaab01e3524d966dca6e72c718a2c71403a14e47c
tree69e30e5354e49bc104177ab61ee8b39ccd24bf22
parentdd53b79de0ea98af6a11481217a961daef4e9774
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Doc/whatsnew/3.12.rst
Include/cpython/fileobject.h
Lib/test/test_ast.py
Lib/test/test_builtin.py
Lib/test/test_cmd_line_script.py
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2022-09-27-11-59-13.gh-issue-96670.XrBBit.rst [new file with mode: 0644]
Objects/fileobject.c
Parser/tokenizer.c
Python/pythonrun.c