]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
authorVictor Stinner <vstinner@python.org>
Mon, 6 Jan 2025 12:43:09 +0000 (13:43 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2025 12:43:09 +0000 (12:43 +0000)
commitf89e5e20cb8964653ea7d6f53d3e40953b6548ce
tree743bfa078c6861561f1a1b908fc848b968e89fad
parent7e8c571604cd18e65cefd26bfc48082840264549
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
18 files changed:
Doc/c-api/sys.rst
Doc/whatsnew/3.14.rst
Include/cpython/fileutils.h
Lib/test/test_capi/test_file.py [new file with mode: 0644]
Lib/test/test_ssl.py
Misc/NEWS.d/next/C_API/2024-12-11-13-01-26.gh-issue-127350.uEBZZ4.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/_ssl/debughelpers.c
Modules/_testcapi/clinic/file.c.h [new file with mode: 0644]
Modules/_testcapi/file.c
Modules/_testcapi/object.c
Modules/_testcapimodule.c
Modules/main.c
Python/errors.c
Python/fileutils.c
Python/import.c
Python/pythonrun.c
Python/sysmodule.c