joaojunior
changed the title
bpo34728: Remove deprecate *loop* argument in asyncio.sleep
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep
Joao Junior added 2 commits
…p argument is used
1st1
approved these changes
Joao Junior added 2 commits
njsmith added a commit to njsmith/trio that referenced this pull request
In this PR: python/cpython#9415 asyncio.sleep switched to requiring a running asyncio event loop. This is all very sensible, but broke our test that checks what happens when some accidentally yields an asyncio.Future to the Trio run loop. Switch the test to waiting on a Future directly.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters