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 mark.dickinson
Recipients eric.snow, mark.dickinson, serhiy.storchaka
Date 2019-09-02.11:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567422615.13.0.736434718.issue38005@roundup.psfhosted.org>
In-reply-to
Content
Urk! Having `10 == id == 10.1` should imply `10 == 10.1`, by transitivity.

Are interpreter.InterpreterID objects hashable? If so, we've got a violation of the rule that `x == y` implies `hash(x) == hash(y)`.
History
Date User Action Args
2019-09-02 11:10:15mark.dickinsonsetrecipients: + mark.dickinson, eric.snow, serhiy.storchaka
2019-09-02 11:10:15mark.dickinsonsetmessageid: <1567422615.13.0.736434718.issue38005@roundup.psfhosted.org>
2019-09-02 11:10:15mark.dickinsonlinkissue38005 messages
2019-09-02 11:10:15mark.dickinsoncreate