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.
This commit is contained in:
Victor Stinner 2018-11-07 00:44:03 +01:00 committed by GitHub
parent bccacd19fa
commit 9fc57a3848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 55 additions and 47 deletions

View file

@ -1,4 +1,5 @@
#include "Python.h"
#include "pycore_fileutils.h"
#include "osdefs.h"
#include <locale.h>