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 gvanrossum, mark.dickinson, serhiy.storchaka, vstinner
Date 2019-02-20.08:34:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550651691.74.0.272897194699.issue36048@roundup.psfhosted.org>
In-reply-to
Content
Numerous explicit calls of PyNumber_Index() which are used to protect from passing non-integral types to PyLong_AsLong() and like can be removed after the end of the deprecation period. I tried to mark calls which can be removed with comments, but virtually all calls can be removed.
History
Date User Action Args
2019-02-20 08:34:51serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, mark.dickinson, vstinner
2019-02-20 08:34:51serhiy.storchakasetmessageid: <1550651691.74.0.272897194699.issue36048@roundup.psfhosted.org>
2019-02-20 08:34:51serhiy.storchakalinkissue36048 messages
2019-02-20 08:34:51serhiy.storchakacreate