mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +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
|
@ -32,6 +32,7 @@ Copyright (C) 1994 Steen Lumholt.
|
|||
|
||||
#include "pycore_long.h" // _PyLong_IsNegative()
|
||||
#include "pycore_sysmodule.h" // _PySys_GetOptionalAttrString()
|
||||
#include "pycore_unicodeobject.h" // _PyUnicode_AsUTF8String
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
# include <windows.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue