Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monkey patch Python's signal.signal or make it work #49

Closed
denik opened this issue Sep 13, 2012 · 0 comments
Closed

Monkey patch Python's signal.signal or make it work #49

denik opened this issue Sep 13, 2012 · 0 comments
Milestone

Comments

@denik
Copy link
Member

denik commented Sep 13, 2012

There's gevent.signal but it has incompatible interface. We should create a function with the interface compatible to signal.signal and then have gevent.monkey replace it.

Reported by Denis.Bilenko.


earlier comments

o.persson said, at 2010-09-24T08:44:22.000Z:

Here's a simple patch to work-around the problem.

Denis.Bilenko said, at 2011-03-28T05:28:31.000Z:

The trunk works with Python's signal module without monkey patching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant