Merge "Remove workaround for eventlet bug #592"
This commit is contained in:
commit
9b6b6feda9
@ -20,12 +20,6 @@
|
||||
|
||||
import eventlet
|
||||
eventlet.monkey_patch()
|
||||
# Monkey patch the original current_thread to use the up-to-date _active
|
||||
# global variable. See https://bugs.launchpad.net/bugs/1863021 and
|
||||
# https://github.com/eventlet/eventlet/issues/592
|
||||
import __original_module_threading as orig_threading
|
||||
import threading # noqa
|
||||
orig_threading.current_thread.__globals__['_active'] = threading._active
|
||||
|
||||
import sys
|
||||
|
||||
|
@ -18,12 +18,6 @@
|
||||
|
||||
import eventlet
|
||||
eventlet.monkey_patch()
|
||||
# Monkey patch the original current_thread to use the up-to-date _active
|
||||
# global variable. See https://bugs.launchpad.net/bugs/1863021 and
|
||||
# https://github.com/eventlet/eventlet/issues/592
|
||||
import __original_module_threading as orig_threading
|
||||
import threading # noqa
|
||||
orig_threading.current_thread.__globals__['_active'] = threading._active
|
||||
|
||||
import sys
|
||||
|
||||
|
@ -20,12 +20,6 @@
|
||||
|
||||
import eventlet
|
||||
eventlet.monkey_patch()
|
||||
# Monkey patch the original current_thread to use the up-to-date _active
|
||||
# global variable. See https://bugs.launchpad.net/bugs/1863021 and
|
||||
# https://github.com/eventlet/eventlet/issues/592
|
||||
import __original_module_threading as orig_threading
|
||||
import threading # noqa
|
||||
orig_threading.current_thread.__globals__['_active'] = threading._active
|
||||
|
||||
import sys
|
||||
|
||||
|
@ -19,12 +19,6 @@
|
||||
|
||||
import eventlet
|
||||
eventlet.monkey_patch()
|
||||
# Monkey patch the original current_thread to use the up-to-date _active
|
||||
# global variable. See https://bugs.launchpad.net/bugs/1863021 and
|
||||
# https://github.com/eventlet/eventlet/issues/592
|
||||
import __original_module_threading as orig_threading
|
||||
import threading # noqa
|
||||
orig_threading.current_thread.__globals__['_active'] = threading._active
|
||||
|
||||
import sys
|
||||
|
||||
|
@ -7,7 +7,7 @@ pbr>=5.5.0 # Apache-2.0
|
||||
|
||||
alembic>=1.4.2 # MIT
|
||||
defusedxml>=0.7.1 # PSFL
|
||||
eventlet>=0.26.1 # MIT
|
||||
eventlet>=0.27.0 # MIT
|
||||
greenlet>=0.4.16 # MIT
|
||||
lxml>=4.5.2 # BSD
|
||||
netaddr>=0.8.0 # BSD
|
||||
|
Loading…
Reference in New Issue
Block a user