mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
GH-131238: Core header refactor (GH-131250)
* Moves most structs in pycore_ header files into pycore_structs.h and pycore_runtime_structs.h * Removes many cross-header dependencies
This commit is contained in:
parent
3ae67ba97e
commit
a1aeec61c4
57 changed files with 1481 additions and 1356 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "Python.h"
|
||||
#include "pycore_fileutils.h" // _Py_GetLocaleconvNumeric()
|
||||
#include "pycore_long.h" // _PyLong_FormatWriter()
|
||||
#include "pycore_unicodeobject.h" // PyUnicode_MAX_CHAR_VALUE()
|
||||
#include <locale.h>
|
||||
|
||||
/* Raises an exception about an unknown presentation type for this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue