mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-127949: deprecate asyncio.get_event_loop_policy
(#128053)
This deprecates `asyncio.get_event_loop_policy` and will be removed in Python 3.16.
This commit is contained in:
parent
bad3cdefa8
commit
dbd08fb60d
9 changed files with 40 additions and 26 deletions
|
@ -480,7 +480,7 @@ class TestAsyncCase(unittest.TestCase):
|
|||
|
||||
class TestCase1(unittest.IsolatedAsyncioTestCase):
|
||||
def setUp(self):
|
||||
asyncio.get_event_loop_policy().get_event_loop()
|
||||
asyncio._get_event_loop_policy().get_event_loop()
|
||||
|
||||
async def test_demo1(self):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue