]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are invalid...
authorJeong, YunWon <69878+youknowone@users.noreply.github.com>
Tue, 7 May 2024 00:02:52 +0000 (09:02 +0900)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 00:02:52 +0000 (17:02 -0700)
commit8d8275b0cf43f0e20c72a9641cbddc5044cdae04
treeea6cd6e2f4928a26d1e14c1b9f0e888b17a8966d
parente272195b3eff3a78e334a601a637d198b8de2319
gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are invalid (#118474)
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2024-05-01-22-43-54.gh-issue-118473.QIvq9R.rst [new file with mode: 0644]
Python/sysmodule.c