Commit c759b204 authored by Denis Bilenko's avatar Denis Bilenko

monkey: make 'aggressive' default behaviour of patch_all()

parent ea73e046
...@@ -113,7 +113,7 @@ def patch_select(aggressive=False): ...@@ -113,7 +113,7 @@ def patch_select(aggressive=False):
_select.__dict__.pop('kevent', None) _select.__dict__.pop('kevent', None)
def patch_all(socket=True, dns=True, time=True, select=True, thread=True, os=True, ssl=True, aggressive=False): def patch_all(socket=True, dns=True, time=True, select=True, thread=True, os=True, ssl=True, aggressive=True):
# order is important # order is important
if os: if os:
patch_os() patch_os()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment