summaryrefslogtreecommitdiff
blob: 138c93c2e4877afb0243ae77fac4d98b4ac24883 (plain)
1
2
3
Perform a check for running loop before starting a new task in
``loop.run_until_complete()`` to fail fast; it prevents the side effect of
new task spawning before exception raising.