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 lys.nikolaou
Recipients Lyn Levenick, SilentGhost, lys.nikolaou, rhettinger
Date 2019-03-06.22:16:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551910586.24.0.597144424049.issue36218@roundup.psfhosted.org>
In-reply-to
Content
Can confirm for 3.7.2 on my macOS 10.14 system. Although this is the case in 3.7 on my current build of the master branch I get the following AssertionError instead:

Assertion failed: (v->ob_type == w->ob_type), function unsafe_tuple_compare, file Objects/listobject.c, line 2164

It seems like the AssertionError gets thrown in unsafe_tuple_compare().
Link: https://github.com/python/cpython/blob/dc078947a5033a048d804e244e847b5844734439/Objects/listobject.c#L2164
History
Date User Action Args
2019-03-06 22:16:26lys.nikolaousetrecipients: + lys.nikolaou, rhettinger, SilentGhost, Lyn Levenick
2019-03-06 22:16:26lys.nikolaousetmessageid: <1551910586.24.0.597144424049.issue36218@roundup.psfhosted.org>
2019-03-06 22:16:26lys.nikolaoulinkissue36218 messages
2019-03-06 22:16:26lys.nikolaoucreate