R. David Murray added the comment:

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.

----------
components: +Library (Lib)
nosy: +r.david.murray
type: crash -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20192>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to