]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-120754: Add a strace helper and test set of syscalls for open().read() (#121143)
authorCody Maloney <cmaloney@users.noreply.github.com>
Sat, 24 Aug 2024 20:42:41 +0000 (13:42 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2024 20:42:41 +0000 (13:42 -0700)
commite38d0afe3548b856ccf0b05c01ed3eefc69cb3e7
treef39e5761416836f23a71a10d92a470e6fa9cd3e8
parent86f06cb3fbe55db7d8ad5e32698076e5cc5c3c07
GH-120754: Add a strace helper and test set of syscalls for open().read() (#121143)
Lib/test/support/strace_helper.py [new file with mode: 0644]
Lib/test/test_fileio.py
Lib/test/test_subprocess.py
Misc/ACKS