]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 2 Nov 2022 15:13:07 +0000 (15:13 +0000)
committerGitHub <noreply@github.com>
Wed, 2 Nov 2022 15:13:07 +0000 (15:13 +0000)
commit6d683d85252df3c8dba7c33f7db87cdc1bcb0bf0
tree0f962cf408c26f42da79cd49338c71409467551d
parentc76db37c0d23174cbffd6fa978d39693890ef020
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
Include/internal/pycore_compile.h
Python/compile.c
Python/future.c
Python/symtable.c