cpython/Misc/NEWS.d/next/C API
Michael J. Sullivan 47dd2f9fd8 bpo-37017: PyObject_CallMethodObjArgs uses LOAD_METHOD optimization (GH-13516)
Update PyObject_CallMethodObjArgs and _PyObject_CallMethodIdObjArgs
to use _PyObject_GetMethod to avoid creating a bound method object
in many cases.

On a microbenchmark of PyObject_CallMethodObjArgs calling a method on
an interpreted Python class, this optimization resulted in a 1.7x
speedup.
2019-05-26 16:23:33 +09:00
..
2019-05-11-03-56-23.bpo-36728.FR-dMP.rst bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241) 2019-05-13 12:35:37 +02:00
2019-05-17-19-23-24.bpo-36763.TswmDy.rst bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390) 2019-05-17 23:05:29 +02:00
2019-05-22-17-33-52.bpo-37107.8BVPR-.rst bpo-37017: PyObject_CallMethodObjArgs uses LOAD_METHOD optimization (GH-13516) 2019-05-26 16:23:33 +09:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *C API* section in this directory.

.. _blurb: https://pypi.org/project/blurb/