Skip to content

Commit 0569d03

Browse files
committed
Update generated files after adding Ascii85 and base85 to binascii
1 parent b50cdb1 commit 0569d03

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 4 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ struct _Py_global_strings {
409409
STRUCT_FOR_ID(fix_imports)
410410
STRUCT_FOR_ID(flags)
411411
STRUCT_FOR_ID(flush)
412+
STRUCT_FOR_ID(fold_spaces)
412413
STRUCT_FOR_ID(follow_symlinks)
413414
STRUCT_FOR_ID(format)
414415
STRUCT_FOR_ID(frequency)
@@ -565,6 +566,7 @@ struct _Py_global_strings {
565566
STRUCT_FOR_ID(overlapped)
566567
STRUCT_FOR_ID(owner)
567568
STRUCT_FOR_ID(p)
569+
STRUCT_FOR_ID(pad)
568570
STRUCT_FOR_ID(pages)
569571
STRUCT_FOR_ID(parent)
570572
STRUCT_FOR_ID(password)
@@ -709,7 +711,9 @@ struct _Py_global_strings {
709711
STRUCT_FOR_ID(weekday)
710712
STRUCT_FOR_ID(which)
711713
STRUCT_FOR_ID(who)
714+
STRUCT_FOR_ID(width)
712715
STRUCT_FOR_ID(withdata)
716+
STRUCT_FOR_ID(wrap)
713717
STRUCT_FOR_ID(writable)
714718
STRUCT_FOR_ID(write)
715719
STRUCT_FOR_ID(write_through)

Include/internal/pycore_runtime_init_generated.h

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