Patch local and stack_size in threading.
This commit is contained in:
@@ -2,7 +2,8 @@ from eventlet import patcher
|
||||
from eventlet.green import thread
|
||||
from eventlet.green import time
|
||||
|
||||
__patched__ = ['_start_new_thread', '_allocate_lock', '_get_ident', '_sleep']
|
||||
__patched__ = ['_start_new_thread', '_allocate_lock', '_get_ident', '_sleep',
|
||||
'local', 'stack_size']
|
||||
|
||||
patcher.inject('threading',
|
||||
globals(),
|
||||
|
Reference in New Issue
Block a user