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 <[email protected]>
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: <[email protected]>
2019-09-01 11:24:04serhiy.storchakalinkissue37999 messages
2019-09-01 11:24:04serhiy.storchakacreate