diff options
author | Ken Jin <kenjin@python.org> | 2022-12-23 16:26:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 16:26:42 (GMT) |
commit | c3c7848a48b74a321632202e4bdcf2f465fb1cc6 (patch) | |
tree | c880b1a9a096b627e85d643db00704e03f041446 /Misc | |
parent | 7fc7909677759fd0cb9d30cd7ff839afd3973325 (diff) | |
download | cpython-c3c7848a48b74a321632202e4bdcf2f465fb1cc6.zip cpython-c3c7848a48b74a321632202e4bdcf2f465fb1cc6.tar.gz cpython-c3c7848a48b74a321632202e4bdcf2f465fb1cc6.tar.bz2 |
gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)
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, 1 insertions, 0 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 new file mode 100644 index 0000000..4518210 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-12-16-08-50-16.gh-issue-100288.5XCk0G.rst @@ -0,0 +1 @@ +Specialize method loading for objects with ``Py_TPFLAGS_MANAGED_DICT`` set. |