mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
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:
parent
bccacd19fa
commit
9fc57a3848
7 changed files with 55 additions and 47 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "Python.h"
|
||||
#include "pycore_fileutils.h"
|
||||
#include "osdefs.h"
|
||||
#include <locale.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue