Skip to content

Instantly share code, notes, and snippets.

@steamraven
Created January 29, 2012 04:21
Show Gist options
  • Save steamraven/1697177 to your computer and use it in GitHub Desktop.
Save steamraven/1697177 to your computer and use it in GitHub Desktop.
m2wsgi gevent patch
diff -r lib/python2.7/site-packages/m2wsgi//io/gevent.py mongrel2/m2wsgi/m2wsgi//io/gevent.py
83,87c83
<
< def __init__(self, *args, **kwargs):
< super(_Socket,self).__init__(*args,**kwargs)
< self._polled_recv = None
<
---
> _polled_recv = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment