We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed43e0b commit dc3b893Copy full SHA for dc3b893
1 file changed
Lib/test/_test_multiprocessing.py
@@ -3517,6 +3517,8 @@ def test_remote(self):
3517
# Make queue finalizer run before the server is stopped
3518
del queue
3519
3520
+ @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
3521
+ @support.skip_if_sanitizer('TSan: leaks threads', thread=True)
3522
def test_client_propagation(self):
3523
authkey = os.urandom(32)
3524
0 commit comments