8000 Update file name · python/cpython@0a05a6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a05a6c

Browse files
committed
Update file name
1 parent ae6d65f commit 0a05a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/generate_global_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def generate_runtime_init(identifiers, strings):
277277
# First get some info from the declarations.
278278
nsmallposints = None
279279
nsmallnegints = None
280-
with open(os.path.join(INTERNAL, 'pycore_global_objects.h')) as infile:
280+
with open(os.path.join(INTERNAL, 'pycore_runtime_structs.h')) as infile:
281281
for line in infile:
282282
if line.startswith('#define _PY_NSMALLPOSINTS'):
283283
nsmallposints = int(line.split()[-1])

0 commit comments

Comments
 (0)
0