bpo-32710: Fix leak in Overlapped_WSASend() by vstinner · Pull Request #11469 · python/cpython

@vstinner

Fix a memory leak in asyncio in the ProactorEventLoop when ReadFile()
or WSASend() overlapped operation fail immediately: release the
internal buffer.

@vstinner vstinner deleted the overlapped_release_buffer branch

January 8, 2019 13:23

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 8, 2019
Fix a memory leak in asyncio in the ProactorEventLoop when ReadFile()
or WSASend() overlapped operation fail immediately: release the
internal buffer.
(cherry picked from commit a234e14)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

miss-islington added a commit that referenced this pull request

Jan 8, 2019
Fix a memory leak in asyncio in the ProactorEventLoop when ReadFile()
or WSASend() overlapped operation fail immediately: release the
internal buffer.
(cherry picked from commit a234e14)

Co-authored-by: Victor Stinner <vstinner@redhat.com>