]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
authorChris Jerdonek <chris.jerdonek@gmail.com>
Fri, 8 May 2020 10:54:38 +0000 (03:54 -0700)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 10:54:38 +0000 (03:54 -0700)
commitd2c349b190bcba21a4a38e6520a48ad97a9f1529
tree0e4c961489c74a0d75d94e5852d3185d71cefb40
parent02fa0ea9c1073e4476c9bde3d7112f5dd964aa57
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.
Misc/NEWS.d/next/Library/2020-05-05-08-12-51.bpo-40559.112wwa.rst [new file with mode: 0644]
Modules/_asynciomodule.c