]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Oct 2019 16:38:00 +0000 (09:38 -0700)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2019 16:38:00 +0000 (09:38 -0700)
commit13915a3100608f011b29da2f3716c990f523b631
tree7848643231a171aa3cd767b5c7bb8b98f6ef902c
parent985ec986e864b670687b900a4d6ca977b4e9694d
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)

(cherry picked from commit 321def805abc5b7c92c7e90ca90cb2434fdab855)

Co-authored-by: Ben Harper <btharper1221@gmail.com>
Modules/_asynciomodule.c