]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120754: Add a strace helper and test set of syscalls for open().read(), Take 2...
authorCody Maloney <cmaloney@users.noreply.github.com>
Sun, 3 Nov 2024 03:37:21 +0000 (20:37 -0700)
committerGitHub <noreply@github.com>
Sun, 3 Nov 2024 03:37:21 +0000 (20:37 -0700)
commit9ad57cf58b76d1abe4786fb2e4c77a02e100d047
treef57388eff9bec18044a4589e55efd2ef7d6feb97
parent7d7d56d8b1147a6b85e1c09d01b164df7c5c4942
gh-120754: Add a strace helper and test set of syscalls for open().read(), Take 2 (#123413)
Lib/test/support/strace_helper.py [new file with mode: 0644]
Lib/test/test_fileio.py
Lib/test/test_subprocess.py
Misc/ACKS