Stephan Hohe <[email protected]> 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 <[email protected]>
<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