mirror of
https://github.com/python/cpython.git
synced 2025-07-22 10:45:22 +00:00
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)
This commit is contained in:
parent
afd6a37ad1
commit
71697664d7
7 changed files with 1170 additions and 1150 deletions
|
@ -237,7 +237,7 @@ def generate_runtime_init(identifiers, strings):
|
|||
assert nsmallposints and nsmallnegints
|
||||
|
||||
# Then target the runtime initializer.
|
||||
filename = os.path.join(INTERNAL, 'pycore_runtime_init.h')
|
||||
filename = os.path.join(INTERNAL, 'pycore_runtime_init_generated.h')
|
||||
|
||||
# Read the non-generated part of the file.
|
||||
with open(filename) as infile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue