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.dickinson, serhiy.storchaka, xuxinhang
Date 2021-12-27.18:40:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640630450.51.0.218918639691.issue46055@roundup.psfhosted.org>
In-reply-to
Content
Two separate significant improvements have been pushed: thanks, Xinhang Xu!

The original PR also contained a reworking of the general case for right-shifting a negative integer. The current code (in main) for that case does involve some extra allocations, and it ought to be possible to write something that doesn't need to allocate temporary PyLongs.
History
Date User Action Args
2021-12-27 18:40:50mark.dickinsonsetrecipients: + mark.dickinson, serhiy.storchaka, xuxinhang
2021-12-27 18:40:50mark.dickinsonsetmessageid: <1640630450.51.0.218918639691.issue46055@roundup.psfhosted.org>
2021-12-27 18:40:50mark.dickinsonlinkissue46055 messages
2021-12-27 18:40:50mark.dickinsoncreate