]> granicus.if.org Git - python/commit
bpo-35081: Add pycore_fileutils.h (GH-10371)
authorVictor Stinner <vstinner@redhat.com>
Tue, 6 Nov 2018 23:44:03 +0000 (00:44 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Nov 2018 23:44:03 +0000 (00:44 +0100)
commit9fc57a384825530635ef5ec093a31d864ea14f7c
treeb081652318026bc437ddbbebff9ad2e59da5f454
parentbccacd19fa7b56dcf2fbfab15992b6b94ab6666b
bpo-35081: Add pycore_fileutils.h (GH-10371)

Move Py_BUILD_CORE code from Include/fileutils.h to a new
Include/internal/pycore_fileutils.h file.
Include/fileutils.h
Include/internal/pycore_fileutils.h [new file with mode: 0644]
Modules/getpath.c
Objects/unicodeobject.c
Python/coreconfig.c
Python/fileutils.c
Python/pathconfig.c