codeformer
Results
2
comments of
codeformer
把asyncio\windows_events.py里面的 DefaultEventLoopPolicy = WindowsProactorEventLoopPolicy 改成 DefaultEventLoopPolicy = WindowsSelectorEventLoopPolicy
修改asyncio\windows_events.py文件,把 DefaultEventLoopPolicy = WindowsProactorEventLoopPolicy 修改成 DefaultEventLoopPolicy = WindowsSelectorEventLoopPolicy