cpython/Misc/NEWS.d/next/Core and Builtins/2019-06-12-14-39-16.bpo-372...

3 lines
126 B
ReStructuredText

The dispatching of type slots to special methods (for example calling
``__mul__`` when doing ``x * y``) has been made faster.