We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb9123 commit e68a734Copy full SHA for e68a734
hstest/common/process_utils.py
@@ -27,7 +27,7 @@ def weakref_cb(_, q=self._work_queue) -> None:
27
if num_threads < self._max_workers:
28
thread_name = "%s_%d" % (self._thread_name_prefix or self, num_threads)
29
30
- # Python 3.14+ changed _worker signature and removed _initializer/_initargs
+ # Python 3.14+
31
if hasattr(self, "_create_worker_context"):
32
args = (
33
weakref.ref(self, weakref_cb),
0 commit comments