commit | d2c349b190bcba21a4a38e6520a48ad97a9f1529 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Fri May 08 03:54:38 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri May 08 03:54:38 2020 -0700 |
tree | 0e4c961489c74a0d75d94e5852d3185d71cefb40 | |
parent | 02fa0ea9c1073e4476c9bde3d7112f5dd964aa57 [diff] |
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.