]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121459: Deferred LOAD_GLOBAL (GH-123128)
authorKen Jin <kenjin@python.org>
Fri, 13 Sep 2024 16:23:51 +0000 (00:23 +0800)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 16:23:51 +0000 (00:23 +0800)
commit8810e286fa48876422d1b230208911decbead294
tree0d171d70418884104b8681e0e7492d136b8b6778
parent74330d992be26829dba65ab83d698d42b2f2a2ee
gh-121459: Deferred LOAD_GLOBAL (GH-123128)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Sam Gross <655866+colesbury@users.noreply.github.com>
Include/internal/pycore_ceval.h
Include/internal/pycore_dict.h
Objects/dictobject.c
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_cases.c.h