]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748)
authorZackery Spytz <zspytz@gmail.com>
Sat, 30 May 2020 08:22:02 +0000 (02:22 -0600)
committerGitHub <noreply@github.com>
Sat, 30 May 2020 08:22:02 +0000 (01:22 -0700)
commit7b78e7f9fd77bb3280ee39fb74b86772a7d46a70
tree9616312cf48a743736d7fdfa89406e93db9c1c4e
parent735d902b363b759df9ff00e58bbf4f7e2bde78cd
bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748)

tup should be decrefed in the unlikely event of a PyList_New()
failure.
Modules/_asynciomodule.c