py: Add stack check to mp_iternext, since it can be called recursively.
Eg, builtin map can map over a map, etc, and call iternext deeply. Addresses issue #1294.
Please register or sign in to comment
Eg, builtin map can map over a map, etc, and call iternext deeply. Addresses issue #1294.