diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-eventlet')
| -rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch b/meta-openembedded/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch index f8a268309a..fd0fc91d25 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch @@ -11,17 +11,22 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> 1 file changed, 7 insertions(+) diff --git a/eventlet/green/thread.py b/eventlet/green/thread.py -index 053a1c3c6..384b3c290 100644 +index 224cd1c..c70c9e8 100644 --- a/eventlet/green/thread.py +++ b/eventlet/green/thread.py -@@ -118,3 +118,10 @@ def stack_size(size=None): - +@@ -174,5 +174,12 @@ from eventlet.corolocal import local as _local if hasattr(__thread, 'daemon_threads_allowed'): daemon_threads_allowed = __thread.daemon_threads_allowed -+ + +if hasattr(__thread, 'start_joinable_thread'): + start_joinable_thread = __thread.start_joinable_thread + _shutdown = __thread._shutdown + _make_thread_handle = __thread._make_thread_handle + _ThreadHandle = __thread._ThreadHandle + _get_main_thread_ident = __thread._get_main_thread_ident ++ + if hasattr(__thread, '_shutdown'): + _shutdown = __thread._shutdown +-- +2.43.0 + |
