]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
authorKen Jin <kenjin4096@gmail.com>
Wed, 25 May 2022 13:06:15 +0000 (21:06 +0800)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 13:06:15 +0000 (14:06 +0100)
commit5e6e5b98a8b943a8e05feb9c0c982150565f4c10
tree6dd6c8e8057ff014fcc365db4fe83dad0bf3aea6
parentdb3ef0c82a1a16db60c35f8a08c3fd9bfaa8b643
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-05-13-12-36-10.gh-issue-92777.Odo4vP.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c