Skip to content

Commit fd6e589

Browse files
committed
regen global strings
1 parent 430d12c commit fd6e589

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Include/internal/pycore_global_strings.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ struct _Py_global_strings {
349349
STRUCT_FOR_ID(exception)
350350
STRUCT_FOR_ID(exp)
351351
STRUCT_FOR_ID(extend)
352+
STRUCT_FOR_ID(facility)
352353
STRUCT_FOR_ID(factory)
353354
STRUCT_FOR_ID(family)
354355
STRUCT_FOR_ID(fanout)
@@ -391,6 +392,7 @@ struct _Py_global_strings {
391392
STRUCT_FOR_ID(hi)
392393
STRUCT_FOR_ID(hook)
393394
STRUCT_FOR_ID(id)
395+
STRUCT_FOR_ID(ident)
394396
STRUCT_FOR_ID(ignore)
395397
STRUCT_FOR_ID(imag)
396398
STRUCT_FOR_ID(importlib)
@@ -445,6 +447,7 @@ struct _Py_global_strings {
445447
STRUCT_FOR_ID(lo)
446448
STRUCT_FOR_ID(locale)
447449
STRUCT_FOR_ID(locals)
450+
STRUCT_FOR_ID(logoption)
448451
STRUCT_FOR_ID(loop)
449452
STRUCT_FOR_ID(mapping)
450453
STRUCT_FOR_ID(match)

Include/internal/pycore_runtime_init_generated.h

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)