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 r.david.murray
Recipients jbylund, r.david.murray
Date 2014-01-08.18:00:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389204029.07.0.694791403097.issue20192@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, 'crash' is for when the CPython interpreter segfaults, not when python produces a traceback.

Sets and frozensets are not comparable to anything except themselves, unlike most other Python2 datatypes.  In Python3, most disparate types are not comparable, including sets and frozensets.

To fix this issue in 2.7's pprint I think we would have to backport the fix from issue 3976.
History
Date User Action Args
2014-01-08 18:00:29r.david.murraysetrecipients: + r.david.murray, jbylund
2014-01-08 18:00:29r.david.murraysetmessageid: <1389204029.07.0.694791403097.issue20192@psf.upfronthosting.co.za>
2014-01-08 18:00:29r.david.murraylinkissue20192 messages
2014-01-08 18:00:28r.david.murraycreate