]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Sun, 7 May 2023 10:12:04 +0000 (12:12 +0200)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 10:12:04 +0000 (11:12 +0100)
commita09d3901a5329fd58a29f730ae5f48fb38f66320
treea8504553d8184a6281dc8099503559f494482d22
parentc5dafeaa6d2dddd1d9e611424d8abf3a934880c6
[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195)
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