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 vstinner
Recipients josh.r, pablogsal, tim.peters, vstinner, xtreak
Date 2019-02-13.11:34:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550057672.59.0.0613798472414.issue35961@roundup.psfhosted.org>
In-reply-to
Content
Python 2.7 is not affected: it doesn't have the slice_richcompare() function, but the old slice_compare() implementation.

Python 3.6 is affected but doesn't accept bugfixes anymore: https://devguide.python.org/#status-of-python-branches This bug is 13 years old, I don't think that it's really useful to fix it. It mostly impact test_slice and only test_slice.
History
Date User Action Args
2019-02-13 11:34:32vstinnersetrecipients: + vstinner, tim.peters, josh.r, pablogsal, xtreak
2019-02-13 11:34:32vstinnersetmessageid: <1550057672.59.0.0613798472414.issue35961@roundup.psfhosted.org>
2019-02-13 11:34:32vstinnerlinkissue35961 messages
2019-02-13 11:34:32vstinnercreate