Changed evaluation order of `yield`; ref #3613
So that `yield expr_with_error` will cause the error from the argument rather than `LocalJumpError` when no block is given.
Showing
Please register or sign in to comment
So that `yield expr_with_error` will cause the error from the argument rather than `LocalJumpError` when no block is given.