Commit 9268e538 authored by Denis Bilenko's avatar Denis Bilenko

patch_all(): do not patch subprocess by default

parent e25df83d
...@@ -168,7 +168,7 @@ def patch_subprocess(): ...@@ -168,7 +168,7 @@ def patch_subprocess():
def patch_all(socket=True, dns=True, time=True, select=True, thread=True, os=True, ssl=True, httplib=False, def patch_all(socket=True, dns=True, time=True, select=True, thread=True, os=True, ssl=True, httplib=False,
subprocess=True, sys=False, aggressive=True, Event=False): subprocess=False, sys=False, aggressive=True, Event=False):
"""Do all of the default monkey patching (calls every other function in this module.""" """Do all of the default monkey patching (calls every other function in this module."""
# order is important # order is important
if sys: if sys:
......
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