commit | 8c3aee65ed3aff3668da330ccd6f9ba7b2aa4567 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Feb 12 23:55:09 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Feb 12 23:55:09 2020 +0100 |
tree | 2397a0bbe5d560316ee8bf2c199a9b4c4cb25fda | |
parent | 98921aeaf5879b51e2dd1870c9285cfa8d1a52c7 [diff] |
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()