Skip to content
This repository has been archived by the owner. It is now read-only.

SIGINT is not correctly handled in Windows #407

Open
stefanotorresi opened this issue Aug 30, 2016 · 2 comments
Open

SIGINT is not correctly handled in Windows #407

stefanotorresi opened this issue Aug 30, 2016 · 2 comments

Comments

@stefanotorresi
Copy link

@stefanotorresi stefanotorresi commented Aug 30, 2016

in Windows, CTRL+C doesn't terminate this script:

#!/usr/bin/env python

import asyncio

try:
    asyncio.get_event_loop().run_forever()
except KeyboardInterrupt:
    asyncio.get_event_loop().stop()

also see #191

@lukkm
Copy link

@lukkm lukkm commented Apr 18, 2017

Are there any news or known workarounds for this? I'm having the same problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.