[issue45636] Merge BINARY_*/INPLACE_* into BINARY_OP

Brandt Bucher report at bugs.python.org
Thu Nov 11 02:02:34 EST 2021


Brandt Bucher <brandtbucher at gmail.com> added the comment:

Tasks for tomorrow:
- Reimplement the string formatting fast-path as a proper specialization.
- Try indexing into an array of function pointers instead of switching.
- Experiment more generic specializations for all operators (for instance, when lhs.__class__ is rhs.__class__, or when only one valid implementation exists).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45636>
_______________________________________


More information about the Python-bugs-list mailing list