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 serhiy.storchaka
Date 2019-09-01.11:24:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567337044.72.0.119982097156.issue37999@roundup.psfhosted.org>
In-reply-to
Content
Use only the __index__() method for implicit conversion to iteger, and not __int__().

This converts deprecation warnings added in issue36048 into TypeError.
History
Date User Action Args
2019-09-01 11:24:04serhiy.storchakasetrecipients: + serhiy.storchaka
2019-09-01 11:24:04serhiy.storchakasetmessageid: <1567337044.72.0.119982097156.issue37999@roundup.psfhosted.org>
2019-09-01 11:24:04serhiy.storchakalinkissue37999 messages
2019-09-01 11:24:04serhiy.storchakacreate