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 9c3442c commit 777bdffCopy full SHA for 777bdff
Lib/test/test_socketserver.py
@@ -56,7 +56,7 @@ class ForkingUnixDatagramServer(socketserver.ForkingMixIn,
56
socketserver.UnixDatagramServer):
57
pass
58
59
-
+@test.support.requires_fork()
60
@contextlib.contextmanager
61
def simple_subprocess(testcase):
62
"""Tests that a custom child process is not waited on (Issue 1540386)"""
0 commit comments