]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 May 2020 11:28:38 +0000 (04:28 -0700)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 11:28:38 +0000 (04:28 -0700)
commit0e4a5e96f011989736bde824ab817146bd7c9cfc
tree888ace0c55e2da9010ec7791da9149b040647e40
parentbce4ddafdd188cc6deb1584728b67b9e149ca6a4
[3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)

This fixes a possible memory leak in the C implementation of
asyncio.Task.
(cherry picked from commit d2c349b190bcba21a4a38e6520a48ad97a9f1529)

Co-authored-by: Chris Jerdonek <chris.jerdonek@gmail.com>
Misc/NEWS.d/next/Library/2020-05-05-08-12-51.bpo-40559.112wwa.rst [new file with mode: 0644]
Modules/_asynciomodule.c