[issue14010] deeply nested itertools objects segfault

2019-08-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: [Armin] > It's just one of many places where CPython does a recursion > without checking the recursion depth. CPython still works, > based on the resonable assumption that doing such a recursion > here is obscure. I agree with that assessment and am goin

[issue14010] deeply nested itertools objects segfault

2018-01-27 Thread ppperry
Change by ppperry : -- title: deeply nested filter segfaults -> deeply nested itertools objects segfault ___ Python tracker ___ ___