]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#115379)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 15 Feb 2024 14:32:21 +0000 (14:32 +0000)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 14:32:21 +0000 (14:32 +0000)
commit3a9e67a9fdb4fad13bf42df6eb91126ab2ef45a1
tree15510e717e5296c461cd51997fe24b426d481b15
parent94f1334e52fbc1550feba4f433b16589d55255b9
gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#115379)
Lib/test/test_compiler_codegen.py
Misc/NEWS.d/next/Tests/2024-02-12-22-35-01.gh-issue-115376.n9vubZ.rst [new file with mode: 0644]
Python/compile.c