Message186153
I would appreciate it if you would please revert this patch.
We need to search for a solution that isn't as fine grained (i.e. not doing increments, decrements, and tests on every single call to iter_next). Ideally, the checks can be confined to the iterator constructor and to dealloc. Or you could try to create some general purpose stack overflow protection that periodically makes sure there is enough stack remaining for C Python to function correctly. |
|
Date |
User |
Action |
Args |
2013-04-06 19:31:09 | rhettinger | set | recipients:
+ rhettinger, arigo, amaury.forgeotdarc, benjamin.peterson, ezio.melotti, alex, python-dev, serhiy.storchaka |
2013-04-06 19:31:09 | rhettinger | set | messageid: <1365276669.14.0.024173901512.issue14010@psf.upfronthosting.co.za> |
2013-04-06 19:31:09 | rhettinger | link | issue14010 messages |
2013-04-06 19:31:08 | rhettinger | create | |
|