]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45711: Use _PyErr_ClearExcState instead of setting only exc_value to NULL (GH...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 10 Nov 2021 16:57:14 +0000 (16:57 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Nov 2021 16:57:14 +0000 (16:57 +0000)
commit05fbd60147456d77a7aecf29dddd86c5bde5872f
tree648c25c5f6fb8fff88ef685824e962c63768f34d
parent76d14fac72479e0f5f5b144d6968ecd9e594db34
bpo-45711: Use _PyErr_ClearExcState instead of setting only exc_value to NULL (GH-29404)
Modules/_asynciomodule.c