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 sth
Recipients sth
Date 2018-12-31.01:54:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546221287.99.0.54432701226.issue35623@roundup.psfhosted.org>
In-reply-to
Content
Actually the segfault is in Objects/listobject.c:2301 in that test since it doesn't use tuples. But the takeaway is the same: `i` overflows to a negative number and causes an invalid memory access.
History
Date User Action Args
2018-12-31 01:54:49sthsetrecipients: + sth
2018-12-31 01:54:47sthsetmessageid: <1546221287.99.0.54432701226.issue35623@roundup.psfhosted.org>
2018-12-31 01:54:47sthlinkissue35623 messages
2018-12-31 01:54:47sthcreate