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 e7a00d7 commit 4f8e1b6Copy full SHA for 4f8e1b6
Lib/test/test_posix.py
@@ -311,7 +311,7 @@ def test_register_at_fork_multiple_runs(self):
311
with open(r, "rb") as f:
312
data = f.read()
313
assert len(data) == 9, data
314
- # Check before-fork callbacks
+ # Check return values of all callbacks
315
assert data == b'ABCDABECF', data
316
finally:
317
os.write(fin_w, b'!')
0 commit comments