Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Apr 15, 2024
1 parent 11e675d commit d291fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix a :exc:`RuntimeWarning` when calling ``agen.aclose().throw(Exception)``
Fix a :exc:`RuntimeWarning` when calling ``agen.aclose().throw(Exception)``.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Prevent ``agen.aclose()`` objects being re-used after ``.throw()``
Prevent ``agen.aclose()`` objects being re-used after ``.throw()``.

0 comments on commit d291fe2

Please sign in to comment.