diff options
Diffstat (limited to 'requests/async.py')
-rw-r--r-- | requests/async.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requests/async.py b/requests/async.py index f2dad69..f12cf26 100644 --- a/requests/async.py +++ b/requests/async.py @@ -17,7 +17,7 @@ except ImportError: raise RuntimeError('Gevent is required for requests.async.') # Monkey-patch. -curious_george.patch_all(thread=False) +curious_george.patch_all(thread=False, select=False) from . import api |