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 serhiy.storchaka
Recipients mark.dickinson, serhiy.storchaka
Date 2019-05-19.11:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558264488.06.0.982711222352.issue36957@roundup.psfhosted.org>
In-reply-to
Content
New changeset a5119e7d75c9729fc36c059d05f3d7132e7f6bb4 by Serhiy Storchaka in branch 'master':
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
https://github.com/python/cpython/commit/a5119e7d75c9729fc36c059d05f3d7132e7f6bb4
History
Date User Action Args
2019-05-19 11:14:48serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson
2019-05-19 11:14:48serhiy.storchakasetmessageid: <1558264488.06.0.982711222352.issue36957@roundup.psfhosted.org>
2019-05-19 11:14:48serhiy.storchakalinkissue36957 messages
2019-05-19 11:14:47serhiy.storchakacreate