Skip to content

Commit 7e7c8a9

Browse files
gh-152233: Regenerate global object tables for curses complexchar
The complexchar constructor accepts attr and pair as argument keywords, whose interned string identifiers were missing from the generated global-object tables. Regenerate them so the module builds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2af5076 commit 7e7c8a9

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

Include/internal/pycore_global_objects_fini_generated.h

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

Include/internal/pycore_global_strings.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ struct _Py_global_strings {
320320
STRUCT_FOR_ID(asend)
321321
STRUCT_FOR_ID(ast)
322322
STRUCT_FOR_ID(athrow)
323+
STRUCT_FOR_ID(attr)
323324
STRUCT_FOR_ID(attribute)
324325
STRUCT_FOR_ID(autocommit)
325326
STRUCT_FOR_ID(backtick)
@@ -702,6 +703,7 @@ struct _Py_global_strings {
702703
STRUCT_FOR_ID(pad)
703704
STRUCT_FOR_ID(padded)
704705
STRUCT_FOR_ID(pages)
706+
STRUCT_FOR_ID(pair)
705707
STRUCT_FOR_ID(parameter)
706708
STRUCT_FOR_ID(parent)
707709
STRUCT_FOR_ID(password)

Include/internal/pycore_runtime_init_generated.h

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

Include/internal/pycore_unicodeobject_generated.h

Lines changed: 8 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)