]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-123996: Explicitly mark 'self_or_null' as an array of size 1 to ensure that it...
authorMark Shannon <mark@hotpy.org>
Thu, 12 Sep 2024 14:32:45 +0000 (15:32 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2024 14:32:45 +0000 (15:32 +0100)
commit4ed7d1d6acc22807bfb5983c98fd59f7cb5061db
tree1a8fa46bf3f86fda923747b80a500d160009d637
parent3ea51fa2e33797c772af6eaf6ede76d2dc6082ba
GH-123996: Explicitly mark 'self_or_null' as an array of size 1 to ensure that it is kept in memory for calls (GH-124003)
Lib/test/test_generated_cases.py
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_cases.c.h
Tools/cases_generator/generators_common.py
Tools/cases_generator/stack.py