diff options
author | Ken Jin <kenjin4096@gmail.com> | 2022-05-25 13:06:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 13:06:15 (GMT) |
commit | 5e6e5b98a8b943a8e05feb9c0c982150565f4c10 (patch) | |
tree | 6dd6c8e8057ff014fcc365db4fe83dad0bf3aea6 /Misc | |
parent | db3ef0c82a1a16db60c35f8a08c3fd9bfaa8b643 (diff) | |
download | cpython-5e6e5b98a8b943a8e05feb9c0c982150565f4c10.zip cpython-5e6e5b98a8b943a8e05feb9c0c982150565f4c10.tar.gz cpython-5e6e5b98a8b943a8e05feb9c0c982150565f4c10.tar.bz2 |
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-05-13-12-36-10.gh-issue-92777.Odo4vP.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-05-13-12-36-10.gh-issue-92777.Odo4vP.rst b/Misc/NEWS.d/next/Core and Builtins/2022-05-13-12-36-10.gh-issue-92777.Odo4vP.rst new file mode 100644 index 0000000..1941659 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-05-13-12-36-10.gh-issue-92777.Odo4vP.rst @@ -0,0 +1 @@ +Specialize ``LOAD_METHOD`` for objects with lazy dictionaries. Patch by Ken Jin. |