diff options
author | Mark Shannon <mark@hotpy.org> | 2022-02-24 19:34:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-24 19:34:57 (GMT) |
commit | 2a6ece572ca38f989fca66f4c053cb16550bccd4 (patch) | |
tree | b2e8b0c278ff66a19d0696b9f4f06c95568220bc /Misc | |
parent | 4dc746310bd37ad6b381f9176acd167d445f4385 (diff) | |
download | cpython-2a6ece572ca38f989fca66f4c053cb16550bccd4.zip cpython-2a6ece572ca38f989fca66f4c053cb16550bccd4.tar.gz cpython-2a6ece572ca38f989fca66f4c053cb16550bccd4.tar.bz2 |
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-02-23-15-26-02.bpo-45107.axcgHn.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-02-23-15-26-02.bpo-45107.axcgHn.rst b/Misc/NEWS.d/next/Core and Builtins/2022-02-23-15-26-02.bpo-45107.axcgHn.rst new file mode 100644 index 0000000..2f85e8c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-02-23-15-26-02.bpo-45107.axcgHn.rst @@ -0,0 +1 @@ +Specialize ``LOAD_METHOD`` for instances with a dict. |