]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123881: make compiler add the .generic_base base class without constructing AST...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 10 Sep 2024 16:16:00 +0000 (17:16 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2024 16:16:00 +0000 (16:16 +0000)
commita2d0818c85c985a54f358e1d9ea7ce3eb0c5acca
treed7fb7df9c9aadc69c221de5026641b83edbfcad0
parent3597642ed57d184511ca2dbd1a382ffe8e280ac4
gh-123881: make compiler add the .generic_base base class without constructing AST nodes (#123883)
Include/internal/pycore_compile.h
Python/codegen.c
Python/compile.c