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 alexandre.vassalotti, ethan.furman, fdrake, python-dev, serhiy.storchaka, vstinner
Date 2020-05-28.07:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590651283.14.0.00561680259651.issue26202@roundup.psfhosted.org>
In-reply-to
Content
New changeset 5f4b229df7812f1788287095eb6b138bb21876a4 by Serhiy Storchaka in branch 'master':
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
https://github.com/python/cpython/commit/5f4b229df7812f1788287095eb6b138bb21876a4
History
Date User Action Args
2020-05-28 07:34:43serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, vstinner, alexandre.vassalotti, ethan.furman, python-dev
2020-05-28 07:34:43serhiy.storchakasetmessageid: <1590651283.14.0.00561680259651.issue26202@roundup.psfhosted.org>
2020-05-28 07:34:43serhiy.storchakalinkissue26202 messages
2020-05-28 07:34:43serhiy.storchakacreate