• Victor Stinner's avatar
    Issue #23198: Reactor asyncio.StreamReader · c2c12e43
    Victor Stinner authored
    - Add a new _wakeup_waiter() method
    - Replace _create_waiter() method with a _wait_for_data() coroutine function
    - Use the value None instead of True or False to wake up the waiter
    c2c12e43
streams.py 15.8 KB