Stephan Hohe <sth....@tejp.de> added the comment:

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.

----------

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

Reply via email to