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 xuxinhang
Recipients xuxinhang
Date 2021-12-12.05:33:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639287218.01.0.821172330488.issue46055@roundup.psfhosted.org>
In-reply-to
Content
See its PR.

---------

Inspired by [bpo-44946](https://bugs.python.org/issue44946), I found there were no special shortcuts for shifting operation applied to "medium value" long object. So I modified CPython's VM to accelerate my python project where there is plenty of binary shifting operation. I guess somebody else might also need it.
History
Date User Action Args
2021-12-12 05:33:38xuxinhangsetrecipients: + xuxinhang
2021-12-12 05:33:38xuxinhangsetmessageid: <1639287218.01.0.821172330488.issue46055@roundup.psfhosted.org>
2021-12-12 05:33:37xuxinhanglinkissue46055 messages
2021-12-12 05:33:37xuxinhangcreate