This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brandtbucher
Recipients Mark.Shannon, brandtbucher, gvanrossum
Date 2021-11-11.07:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636614154.8.0.587947926509.issue45636@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2021-11-11 07:02:34brandtbuchersetrecipients: + brandtbucher, gvanrossum, Mark.Shannon
2021-11-11 07:02:34brandtbuchersetmessageid: <1636614154.8.0.587947926509.issue45636@roundup.psfhosted.org>
2021-11-11 07:02:34brandtbucherlinkissue45636 messages
2021-11-11 07:02:34brandtbuchercreate