Recursion-depth-checking fixes
We weren't properly reducing the stack depth when yielding from a generator, meaning that the recursion depth was effectively decreased by the number of active generators.
Showing
Please register or sign in to comment