Skip to content

Python-Tools/aio_windows_patch

Repository files navigation

aio_windows_patch

Desc

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

Feature

  • loop.add_signal_handler can deal with the signal on windows

Example

import aio_windows_patch as asyncio

....

Install

  • python -m pip install aio_windows_patch

About

asyncio's patch which can deal with the signal in windows from https://codereview.appspot.com/119990043/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages