mypy
c9ed8673
- Update asyncio eval tests for 3.14 (#18468)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Update asyncio eval tests for 3.14 (#18468) Starting in Python 3.14, `asyncio.get_event_loop` will raise a RuntimeError if no current loop exists in the current thread. Update the eval tests to use `asyncio.run` instead.
References
#18468 - Update asyncio eval tests for 3.14
Author
cdce8p
Parents
fb7b254b
Loading