bpo-30064: Refactor sock_* asyncio API by asvetlov · Pull Request #10419 · python/cpython

added 9 commits

October 8, 2018 00:30

@asvetlov

@asvetlov

@asvetlov asvetlov changed the title [WIP] bpo-30064: Refactor sock_* asyncio API bpo-30064: Refactor sock_* asyncio API

Nov 8, 2018

1st1

1st1 approved these changes Nov 12, 2018

fantix added a commit to fantix/uvloop that referenced this pull request

Feb 8, 2021
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

Feb 9, 2021
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