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 elliot.gorokhovsky
Recipients elliot.gorokhovsky, johnchen902, rhettinger, serhiy.storchaka
Date 2018-06-30.05:22:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANZJz4huOSkhxtqTbHRFUBGTx3grmvot1h=t4pcBLg5D6vbDFg@mail.gmail.com>
In-reply-to <1530335310.34.0.902498594338.issue33989@psf.upfronthosting.co.za>
Content
You can always fall back on safe_object_compare. So unless there's an
obvious reason why your edge case can't be triggered, it would be worth
putting that in as a failsafe. The additional branch should be 100%
predictable, so there shouldn't be any performance penalty.
History
Date User Action Args
2018-06-30 05:22:59elliot.gorokhovskysetrecipients: + elliot.gorokhovsky, rhettinger, serhiy.storchaka, johnchen902
2018-06-30 05:22:59elliot.gorokhovskylinkissue33989 messages
2018-06-30 05:22:59elliot.gorokhovskycreate