Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 837 Bytes

README.rst

File metadata and controls

44 lines (24 loc) · 837 Bytes

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