diff options
author | Jeong, YunWon <69878+youknowone@users.noreply.github.com> | 2024-05-07 00:02:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 00:02:52 (GMT) |
commit | 8d8275b0cf43f0e20c72a9641cbddc5044cdae04 (patch) | |
tree | ea6cd6e2f4928a26d1e14c1b9f0e888b17a8966d /Misc | |
parent | e272195b3eff3a78e334a601a637d198b8de2319 (diff) | |
download | cpython-8d8275b0cf43f0e20c72a9641cbddc5044cdae04.zip cpython-8d8275b0cf43f0e20c72a9641cbddc5044cdae04.tar.gz cpython-8d8275b0cf43f0e20c72a9641cbddc5044cdae04.tar.bz2 |
gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are invalid (#118474)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2024-05-01-22-43-54.gh-issue-118473.QIvq9R.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-05-01-22-43-54.gh-issue-118473.QIvq9R.rst b/Misc/NEWS.d/next/Core and Builtins/2024-05-01-22-43-54.gh-issue-118473.QIvq9R.rst new file mode 100644 index 0000000..9d65e3c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-05-01-22-43-54.gh-issue-118473.QIvq9R.rst @@ -0,0 +1 @@ +Fix :func:`sys.set_asyncgen_hooks` not to be partially set when raising :exc:`TypeError`. |