mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
* asyncio: remove BaseChildWatcher from top level * asyncio.sleep: loop is keyword-only * asyncio: remove Server from top level * asyncio: add FastChildWatcher to top level * asyncio.constants: fix version availability * asyncio: fix arg name for _wakeup * asyncio: fix arg name for wrap_future * asyncio.streams: add Optional to various arguments It might be possible to further improve some of these with overloads. * stubtest: fix whitelist Co-authored-by: hauntsaninja <>