Not enabling MySQLdb patching in import_patched for now.
This commit is contained in:
@@ -64,8 +64,8 @@ def inject(module_name, new_globals, *additional_modules):
|
|||||||
_green_select_modules() +
|
_green_select_modules() +
|
||||||
_green_socket_modules() +
|
_green_socket_modules() +
|
||||||
_green_thread_modules() +
|
_green_thread_modules() +
|
||||||
_green_time_modules() +
|
_green_time_modules())
|
||||||
_green_MySQLdb())
|
#_green_MySQLdb()) # enable this after a short baking-in period
|
||||||
|
|
||||||
# after this we are gonna screw with sys.modules, so capture the
|
# after this we are gonna screw with sys.modules, so capture the
|
||||||
# state of all the modules we're going to mess with, and lock
|
# state of all the modules we're going to mess with, and lock
|
||||||
|
Reference in New Issue
Block a user