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 mark.dickinson
Recipients Mark.Shannon, mark.dickinson
Date 2021-08-18.10:41:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629283300.21.0.600294494848.issue44946@roundup.psfhosted.org>
In-reply-to
Content
We already special-case medium integers in the Objects/longobject.c code, in various places. For example for addition, here:

https://github.com/python/cpython/blob/3240bc62f4e0afa09964f3afc845697f0a0806b9/Objects/longobject.c#L3070-L3072

Are you proposing further changes in longobject.c, or some other mechanism?
History
Date User Action Args
2021-08-18 10:41:40mark.dickinsonsetrecipients: + mark.dickinson, Mark.Shannon
2021-08-18 10:41:40mark.dickinsonsetmessageid: <1629283300.21.0.600294494848.issue44946@roundup.psfhosted.org>
2021-08-18 10:41:40mark.dickinsonlinkissue44946 messages
2021-08-18 10:41:40mark.dickinsoncreate