]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149474: use `Py_fopen` in `Binary{Reader,Writer}` for audit hook and path-like...
authorMaurycy Pawłowski-Wieroński <maurycy@maurycy.com>
Sat, 9 May 2026 00:01:35 +0000 (02:01 +0200)
committerGitHub <noreply@github.com>
Sat, 9 May 2026 00:01:35 +0000 (01:01 +0100)
commit354ef336e4cd48cf0c02bc9a0c642adf5d543184
tree3b6ad54a1bb337e5daa51a9c83c4f19479d19f40
parent45c47d26c230086163ac1ef0aa9f955f794fb69c
gh-149474: use `Py_fopen` in `Binary{Reader,Writer}` for audit hook and path-like support (#149524)
Lib/test/audit-tests.py
Lib/test/test_profiling/test_sampling_profiler/test_binary_format.py
Misc/NEWS.d/next/Security/2026-05-08-02-18-54.gh-issue-149474.ujQ-mu.rst [new file with mode: 0644]
Modules/_remote_debugging/binary_io.h
Modules/_remote_debugging/binary_io_reader.c
Modules/_remote_debugging/binary_io_writer.c
Modules/_remote_debugging/clinic/module.c.h
Modules/_remote_debugging/module.c