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 eric.snow, mark.dickinson, serhiy.storchaka, terry.reedy
Date 2019-09-08.11:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567941008.17.0.496556509952.issue38005@roundup.psfhosted.org>
In-reply-to
Content
There is more serious issue: InterpreterID and ChannelID are declared as int subclasses, but actually they have incompatible structure, so using them as int causes a crash. For example, the following code is crashed:

    float(int(id)) == id
History
Date User Action Args
2019-09-08 11:10:08serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, mark.dickinson, eric.snow
2019-09-08 11:10:08serhiy.storchakasetmessageid: <1567941008.17.0.496556509952.issue38005@roundup.psfhosted.org>
2019-09-08 11:10:08serhiy.storchakalinkissue38005 messages
2019-09-08 11:10:08serhiy.storchakacreate