diff options
author | Ken Jin <kenjin@python.org> | 2022-12-23 17:48:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 17:48:43 (GMT) |
commit | 36d358348de8efad75ebcf55dad8ed4a4f6dcda9 (patch) | |
tree | 00d3924e5d43ea919fd12982eec2948cf08b5563 /Misc | |
parent | c3c7848a48b74a321632202e4bdcf2f465fb1cc6 (diff) | |
download | cpython-36d358348de8efad75ebcf55dad8ed4a4f6dcda9.zip cpython-36d358348de8efad75ebcf55dad8ed4a4f6dcda9.tar.gz cpython-36d358348de8efad75ebcf55dad8ed4a4f6dcda9.tar.bz2 |
Revert "gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)" (#100468)
This reverts commit c3c7848a48b74a321632202e4bdcf2f465fb1cc6.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-12-16-08-50-16.gh-issue-100288.5XCk0G.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-12-16-08-50-16.gh-issue-100288.5XCk0G.rst b/Misc/NEWS.d/next/Core and Builtins/2022-12-16-08-50-16.gh-issue-100288.5XCk0G.rst deleted file mode 100644 index 4518210..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2022-12-16-08-50-16.gh-issue-100288.5XCk0G.rst +++ /dev/null @@ -1 +0,0 @@ -Specialize method loading for objects with ``Py_TPFLAGS_MANAGED_DICT`` set. |