summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2020-01-02-17-28-03.bpo-39191.ur_scy.rst
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.