summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2019-05-22-17-33-52.bpo-37107.8BVPR-.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/C API/2019-05-22-17-33-52.bpo-37107.8BVPR-.rst')
-rw-r--r--Misc/NEWS.d/next/C API/2019-05-22-17-33-52.bpo-37107.8BVPR-.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-05-22-17-33-52.bpo-37107.8BVPR-.rst b/Misc/NEWS.d/next/C API/2019-05-22-17-33-52.bpo-37107.8BVPR-.rst
deleted file mode 100644
index 4a9e58f..0000000
--- a/Misc/NEWS.d/next/C API/2019-05-22-17-33-52.bpo-37107.8BVPR-.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Update :c:func:`PyObject_CallMethodObjArgs` and ``_PyObject_CallMethodIdObjArgs``
-to use ``_PyObject_GetMethod`` to avoid creating a bound method object in many
-cases.
-Patch by Michael J. Sullivan.