[issue26811] segfault due to null pointer in tuple

2016-04-20 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue26811] segfault due to null pointer in tuple

2016-04-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ah, yes, 5dbf3d932a59 partially fixed this optimization. Saving None in a tuple (as I believe done in itertools/zip/enumerate optimization) should fix this issue. I agree that the code is too tricky (as well as the code in itertools/zip/enumerate). It would

[issue26811] segfault due to null pointer in tuple

2016-04-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry, I'm late with my comments. All my posts are written without seeing your previous message. -- ___ Python tracker ___ __

<    1   2