GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)

This commit is contained in:
Kumar Aditya 2022-07-08 01:34:05 +05:30 committed by GitHub
parent afd6a37ad1
commit 71697664d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1170 additions and 1150 deletions

View file

@ -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: