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 42e8eb1 commit 64ca5a0Copy full SHA for 64ca5a0
Lib/test/test_multiprocessing_forkserver/test_preload.py
@@ -30,7 +30,7 @@ def tearDown(self):
30
31
@staticmethod
32
def _send_value(conn, value):
33
- """Helper to send a value through a connection."""
+ """Send value through connection. Static method to be picklable as Process target."""
34
conn.send(value)
35
36
def test_preload_on_error_ignore_default(self):
0 commit comments