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 facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah
Date 2017-01-07.08:27:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483777669.64.0.659151351008.issue29190@psf.upfronthosting.co.za>
In-reply-to
Content
An alternative patch checks the result of PyUnicode_Compare() (as Xiang suggested) instead of checking the value before calling PyUnicode_Compare(). Stephan, what way do you prefer?
History
Date User Action Args
2017-01-07 08:27:49serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, facundobatista, mark.dickinson, skrah
2017-01-07 08:27:49serhiy.storchakasetmessageid: <1483777669.64.0.659151351008.issue29190@psf.upfronthosting.co.za>
2017-01-07 08:27:49serhiy.storchakalinkissue29190 messages
2017-01-07 08:27:49serhiy.storchakacreate