Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update comments
  • Loading branch information
itsankitkp committed Apr 25, 2023
commit 4f8e1b68735c4d33424e89eae7914b7950824d46
2 changes: 1 addition & 1 deletion Lib/test/test_posix.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def test_register_at_fork_multiple_runs(self):
with open(r, "rb") as f:
data = f.read()
assert len(data) == 9, data
# Check before-fork callbacks
# Check return values of all callbacks
assert data == b'ABCDABECF', data
finally:
os.write(fin_w, b'!')
Expand Down