- version: 0.0.1
- status: dev
- author: hsz
- email: [email protected]
- The python version so far has poorly supported windows. One of the most troubling things is
- loop.add_signal_handler can not deal with the signal on windows.
This project is asyncio's patch which can deal with problem ,It's from https://codereview.appspot.com/119990043/.
One day python will fix this problem. Then I will delete this program.
keywords:asyncio,patch
- loop.add_signal_handler can deal with the signal on windows
import aio_windows_patch as asyncio
....
python -m pip install aio_windows_patch