From d291fe29975671c952dbff910e3f974b01cff3e6 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 15 Apr 2024 15:58:23 +0100 Subject: [PATCH] Apply suggestions from code review --- .../2024-04-13-16-55-53.gh-issue-117536.xkVbfv.rst | 2 +- .../2024-04-15-13-53-59.gh-issue-117894.8LpZ6m.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-04-13-16-55-53.gh-issue-117536.xkVbfv.rst b/Misc/NEWS.d/next/Core and Builtins/2024-04-13-16-55-53.gh-issue-117536.xkVbfv.rst index 97f9be7e9d69c0..2492fd163cb549 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2024-04-13-16-55-53.gh-issue-117536.xkVbfv.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2024-04-13-16-55-53.gh-issue-117536.xkVbfv.rst @@ -1 +1 @@ -Fix a :exc:`RuntimeWarning` when calling ``agen.aclose().throw(Exception)`` +Fix a :exc:`RuntimeWarning` when calling ``agen.aclose().throw(Exception)``. diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-04-15-13-53-59.gh-issue-117894.8LpZ6m.rst b/Misc/NEWS.d/next/Core and Builtins/2024-04-15-13-53-59.gh-issue-117894.8LpZ6m.rst index 74035849b2c52e..bd32500a54ee21 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2024-04-15-13-53-59.gh-issue-117894.8LpZ6m.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2024-04-15-13-53-59.gh-issue-117894.8LpZ6m.rst @@ -1 +1 @@ -Prevent ``agen.aclose()`` objects being re-used after ``.throw()`` +Prevent ``agen.aclose()`` objects being re-used after ``.throw()``.