]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
authorVictor Stinner <vstinner@python.org>
Wed, 9 Dec 2020 19:54:31 +0000 (20:54 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Dec 2020 19:54:31 +0000 (20:54 +0100)
commitca064402079f889226cb107b26b329891431c319
treeb2181d7e84a9a5338e453d04d6c85e00be2a0645
parent550e4673be538d98b6ddf5550b3922539cf5c4b2
bpo-32381: Remove unused _Py_fopen() function (GH-23711)

Remove the private _Py_fopen() function which is no longer needed.
Use _Py_wfopen() or _Py_fopen_obj() instead.
Include/cpython/fileutils.h
Misc/NEWS.d/next/C API/2020-12-09-00-35-25.bpo-32381.Je08Ny.rst [new file with mode: 0644]
Python/fileutils.c