bpo-30064: Refactor sock_* asyncio API by asvetlov · Pull Request #10419 · python/cpython
added 9 commits
October 8, 2018 00:30
asvetlov
changed the title
[WIP] bpo-30064: Refactor sock_* asyncio API
bpo-30064: Refactor sock_* asyncio API
1st1 approved these changes Nov 12, 2018
fantix added a commit to fantix/uvloop that referenced this pull request
Feb 8, 2021CPython 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
Feb 9, 2021CPython 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