diff options
author | Jeroen Demeyer <J.Demeyer@UGent.be> | 2019-06-17 11:53:21 (GMT) |
---|---|---|
committer | Inada Naoki <songofacandy@gmail.com> | 2019-06-17 11:53:20 (GMT) |
commit | 2e9954d3472a23919b96323fcd5bb6c1d6927155 (patch) | |
tree | 39523411183191750fd007cb2d3cb27d0ba08b62 /Misc | |
parent | 0456df4a55ec9a4e8f4425df92bbe63a290f3f2f (diff) | |
download | cpython-2e9954d3472a23919b96323fcd5bb6c1d6927155.zip cpython-2e9954d3472a23919b96323fcd5bb6c1d6927155.tar.gz cpython-2e9954d3472a23919b96323fcd5bb6c1d6927155.tar.bz2 |
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-06-06-13-59-52.bpo-36922.EMZ3TF.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-06-06-13-59-52.bpo-36922.EMZ3TF.rst b/Misc/NEWS.d/next/Core and Builtins/2019-06-06-13-59-52.bpo-36922.EMZ3TF.rst new file mode 100644 index 0000000..c2a2ad4 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-06-06-13-59-52.bpo-36922.EMZ3TF.rst @@ -0,0 +1 @@ +Slot functions optimize any callable with ``Py_TPFLAGS_METHOD_DESCRIPTOR`` instead of only instances of ``function``.
\ No newline at end of file |