mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-46370: Move the static initializer for _PyRuntime to its own header file. (gh-30587)
https://bugs.python.org/issue46370
This commit is contained in:
parent
276c234ce0
commit
bc02eac9d2
9 changed files with 611 additions and 583 deletions
|
|
@ -233,6 +233,7 @@
|
|||
<ClInclude Include="..\Include\internal\pycore_pymem.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_pystate.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_runtime.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_runtime_init.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_sliceobject.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_strhex.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_structseq.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue