]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493)
authorVictor Stinner <vstinner@python.org>
Wed, 12 Feb 2020 22:55:09 +0000 (23:55 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 22:55:09 +0000 (23:55 +0100)
commit8c3aee65ed3aff3668da330ccd6f9ba7b2aa4567
tree2397a0bbe5d560316ee8bf2c199a9b4c4cb25fda
parent98921aeaf5879b51e2dd1870c9285cfa8d1a52c7
bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493)

Move CPython C API from Include/fileutils.h into a new
Include/cpython/fileutils.h header file which is included by
Include/fileutils.h.

Exclude the following private symbols from the limited C API:

* _Py_error_handler
* _Py_GetErrorHandler()
* _Py_DecodeLocaleEx()
* _Py_EncodeLocaleEx()
Include/cpython/fileutils.h [new file with mode: 0644]
Include/fileutils.h
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters