From 7d40ffb9acafe8eb81e67c0e5886468ed2b2112e Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 12 Nov 2024 11:38:50 -0800 Subject: [PATCH] Remove call to `stop_request_notifier_thread` --- python/ucxx/ucxx/_lib_async/notifier_thread.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/ucxx/ucxx/_lib_async/notifier_thread.py b/python/ucxx/ucxx/_lib_async/notifier_thread.py index 0c3a1809..d906860a 100644 --- a/python/ucxx/ucxx/_lib_async/notifier_thread.py +++ b/python/ucxx/ucxx/_lib_async/notifier_thread.py @@ -66,5 +66,3 @@ def _notifierThread(event_loop, worker, q): # Clear all Python futures to ensure no references are held to the # `ucxx::Worker` that will prevent destructors from running. worker.clear_python_futures_pool() - - worker.stop_request_notifier_thread()