cpython/Misc/NEWS.d/next/Core and Builtins/2019-07-25-11-06-57.bpo-373...

4 lines
204 B
ReStructuredText

Removed object cache (``free_list``) for bound method objects. Temporary
bound method objects are less used than before thanks to the ``LOAD_METHOD``
opcode and the ``_PyObject_VectorcallMethod`` C API.