bpo-30064: Refactor sock_* asyncio API by asvetlov · Pull Request #10419 · python/cpython
added 9 commits
asvetlov
changed the title
[WIP] bpo-30064: Refactor sock_* asyncio API
bpo-30064: Refactor sock_* asyncio API
1st1
approved these changes
fantix added a commit to fantix/uvloop that referenced this pull request
CPython fixed the same issue in python/cpython#10419. Seems like under pressure, more write callbacks may happen before _remove_writer() is called, so we should check for done(). Fixes MagicStack#378
fantix added a commit to fantix/uvloop that referenced this pull request
CPython fixed the same issue in python/cpython#10419. Seems like under pressure, more write callbacks may happen before _remove_writer() is called, so we should check for done(). Fixes MagicStack#378
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters