SIGN IN SIGN UP

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()
V
Victor Stinner committed
8c3aee65ed3aff3668da330ccd6f9ba7b2aa4567
Parent: 98921ae
Committed by GitHub <noreply@github.com> on 2/12/2020, 10:55:09 PM