]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121863: Immortalize names in code objects to avoid crash (GH-121903)
authorPetr Viktorin <encukou@gmail.com>
Wed, 17 Jul 2024 09:31:28 +0000 (11:31 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 09:31:28 +0000 (11:31 +0200)
commitcffad5c6ef9371b26e32556296cea2bfe8358b1a
tree1a9a5ca43bf3a137736c89b5304790e52e74b23b
parentbfdbeac355235f6831ace5b514264bd1908000e5
gh-121863: Immortalize names in code objects to avoid crash (GH-121903)
Lib/test/test_scope.py
Objects/codeobject.c