SIGN IN SIGN UP

bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)

When I was fixing bpo-32751 back in GH-7216 I missed the case when
*timeout* is zero or negative.  This takes care of that.

Props to @aaliddell for noticing the inconsistency.
E
Elvis Pranskevichus committed
c517fc712105c8e5930cb42baaebdbe37fc3e15f
Parent: 8e19c8b
Committed by GitHub <noreply@github.com> on 8/26/2020, 4:42:22 PM