Rémi Lapeyre <remi.lape...@henki.fr> added the comment:

On mac I confirm that 1e34da49ef2 segfaults and 6c6ddf97c4 gives the expected 
result:

➜  cpython git:(6c6ddf97c4) ✗ ./python.exe tests.py
Traceback (most recent call last):
  File "tests.py", line 1, in <module>
    [(1.0, 1.0), (False, "A"), 6].sort()
TypeError: '<' not supported between instances of 'int' and 'tuple'

----------
nosy: +remi.lapeyre -elliot.gorokhovsky, zach.ware

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

Reply via email to