Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tornado: use WindowsSelectorEventLoopPolicy() with Python 3.8 (#65)
Python 3.8 changed the default event loop to ProactorEventLoop which doesn't implement everything required by tornado and breaks the benchmark. This makes WindowsSelectorEventLoop the default again like suggested in: tornadoweb/tornado#2686 Limit to 3.8 only in the hopes that the new event loop supports the required methods with 3.9. Fixes #61
- Loading branch information