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 ncoghlan
Recipients barry, benjamin.peterson, cstratak, lemburg, ncoghlan, petr.viktorin, rhettinger, serhiy.storchaka, skrah
Date 2017-11-02.10:33:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509618780.89.0.213398074469.issue23699@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset e8b19656396381407ad91473af5da8b0d4346e88 by Nick Coghlan (stratakis) in branch 'master':
bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793)
https://github.com/python/cpython/commit/e8b19656396381407ad91473af5da8b0d4346e88
History
Date User Action Args
2017-11-02 10:33:01ncoghlansetrecipients: + ncoghlan, lemburg, barry, rhettinger, benjamin.peterson, petr.viktorin, skrah, serhiy.storchaka, cstratak
2017-11-02 10:33:00ncoghlansetmessageid: <1509618780.89.0.213398074469.issue23699@psf.upfronthosting.co.za>
2017-11-02 10:33:00ncoghlanlinkissue23699 messages
2017-11-02 10:33:00ncoghlancreate