Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2024
1 parent ed32e28 commit 6dd41bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/544.bugfix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Correctly pass StopIteration trough wrappers.

Raising a StopIteration in a generator triggers a RuntimeError.
If the RuntimeError of a generator has the passed in StopIteration as cause
resume with that StopIteration as normal exception instead of failing with the RuntimeError.
resume with that StopIteration as normal exception instead of failing with the RuntimeError.

0 comments on commit 6dd41bd

Please sign in to comment.