Files
cpython/Modules
Victor Stinner a234e14839 bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
Fix a memory leak in asyncio in the ProactorEventLoop when ReadFile()
or WSASend() overlapped operation fail immediately: release the
internal buffer.
2019-01-08 14:23:09 +01:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.