Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: restore context after block.call
If return is called in the with_context block, the context cannot be restored to its original state. The "ensure" clause call post-processing even if it called returned in the middle of block.call.
- Loading branch information