We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a041ab2 commit 7dbb76dCopy full SHA for 7dbb76d
pyperformance/benchmarks/bm_tornado_http.py
@@ -93,7 +93,7 @@ def run_client():
93
# https://bugs.python.org/issue37373
94
# https://github.com/python/pyperformance/issues/61
95
# https://github.com/tornadoweb/tornado/pull/2686
96
- if sys.platform == 'win32' and sys.version_info[:2] == (3, 8):
+ if sys.platform == 'win32' and sys.version_info[:2] >= (3, 8):
97
import asyncio
98
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
99
0 commit comments