diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2019-06-19-12-06-31.bpo-37337.gXIGyU.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2019-06-19-12-06-31.bpo-37337.gXIGyU.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-06-19-12-06-31.bpo-37337.gXIGyU.rst b/Misc/NEWS.d/next/C API/2019-06-19-12-06-31.bpo-37337.gXIGyU.rst index 96ba2d0..df0e807 100644 --- a/Misc/NEWS.d/next/C API/2019-06-19-12-06-31.bpo-37337.gXIGyU.rst +++ b/Misc/NEWS.d/next/C API/2019-06-19-12-06-31.bpo-37337.gXIGyU.rst @@ -1 +1,2 @@ -Add :c:func:`_PyObject_VectorcallMethod` for fast calling of methods. +Add fast functions for calling methods: :c:func:`_PyObject_VectorcallMethod` +and :c:func:`_PyObject_CallMethodNoArgs` |