mirror of
https://github.com/python/cpython.git
synced 2026-07-21 01:18:15 -04:00
e0fd157ba0
Use a coroutine with asyncio.sleep() instead of call_later() to ensure that the schedule call is cancelled. Add also a unit test cancelling connect_pipe().