Skip to content

Commit 63000ab

Browse files
I'm not sure how where to put _Py_DECLARE_STR
1 parent 44475ec commit 63000ab

File tree

5 files changed

+200
-193
lines changed

5 files changed

+200
-193
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 25 additions & 24 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: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,31 @@ extern "C" {
3030
/* The following is auto-generated by Tools/build/generate_global_objects.py. */
3131
struct _Py_global_strings {
3232
struct {
33+
STRUCT_FOR_STR(AMPEREQUAL, "&=")
34+
STRUCT_FOR_STR(ATEQUAL, "@=")
35+
STRUCT_FOR_STR(CIRCUMFLEXEQUAL, "^=")
36+
STRUCT_FOR_STR(COLONEQUAL, ":=")
37+
STRUCT_FOR_STR(DOUBLESLASH, "//")
38+
STRUCT_FOR_STR(DOUBLESLASHEQUAL, "//=")
39+
STRUCT_FOR_STR(DOUBLESTAR, "**")
40+
STRUCT_FOR_STR(DOUBLESTAREQUAL, "**=")
41+
STRUCT_FOR_STR(ELLIPSIS, "...")
42+
STRUCT_FOR_STR(EQEQUAL, "==")
43+
STRUCT_FOR_STR(GREATEREQUAL, ">=")
44+
STRUCT_FOR_STR(LEFTSHIFT, "<<")
45+
STRUCT_FOR_STR(LEFTSHIFTEQUAL, "<<=")
46+
STRUCT_FOR_STR(LESSEQUAL, "<=")
47+
STRUCT_FOR_STR(MINEQUAL, "-=")
48+
STRUCT_FOR_STR(NOTEQUAL, "!=")
49+
STRUCT_FOR_STR(PERCENTEQUAL, "%=")
50+
STRUCT_FOR_STR(PLUSEQUAL, "+=")
51+
STRUCT_FOR_STR(RARROW, "->")
52+
STRUCT_FOR_STR(REPLSHIFT, ">>>")
53+
STRUCT_FOR_STR(RIGHTSHIFT, ">>")
54+
STRUCT_FOR_STR(RIGHTSHIFTEQUAL, ">>=")
55+
STRUCT_FOR_STR(SLASHEQUAL, "/=")
56+
STRUCT_FOR_STR(STAREQUAL, "*=")
57+
STRUCT_FOR_STR(VBAREQUAL, "|=")
3358
STRUCT_FOR_STR(anon_dictcomp, "<dictcomp>")
3459
STRUCT_FOR_STR(anon_genexpr, "<genexpr>")
3560
STRUCT_FOR_STR(anon_lambda, "<lambda>")
@@ -56,28 +81,6 @@ struct _Py_global_strings {
5681
} literals;
5782

5883
struct {
59-
STRUCT_FOR_ID(!=)
60-
STRUCT_FOR_ID(%=)
61-
STRUCT_FOR_ID(&=)
62-
STRUCT_FOR_ID(**)
63-
STRUCT_FOR_ID(**=)
64-
STRUCT_FOR_ID(*=)
65-
STRUCT_FOR_ID(+=)
66-
STRUCT_FOR_ID(-=)
67-
STRUCT_FOR_ID(->)
68-
STRUCT_FOR_ID(...)
69-
STRUCT_FOR_ID(//)
70-
STRUCT_FOR_ID(//=)
71-
STRUCT_FOR_ID(/=)
72-
STRUCT_FOR_ID(:=)
73-
STRUCT_FOR_ID(<<)
74-
STRUCT_FOR_ID(<<=)
75-
STRUCT_FOR_ID(<=)
76-
STRUCT_FOR_ID(==)
77-
STRUCT_FOR_ID(>=)
78-
STRUCT_FOR_ID(>>)
79-
STRUCT_FOR_ID(>>=)
80-
STRUCT_FOR_ID(>>>)
8184
STRUCT_FOR_ID(CANCELLED)
8285
STRUCT_FOR_ID(Emax)
8386
STRUCT_FOR_ID(Emin)
@@ -89,7 +92,6 @@ struct _Py_global_strings {
8992
STRUCT_FOR_ID(TextIOWrapper)
9093
STRUCT_FOR_ID(True)
9194
STRUCT_FOR_ID(WarningMessage)
92-
STRUCT_FOR_ID(^=)
9395
STRUCT_FOR_ID(_WindowsConsoleIO)
9496
STRUCT_FOR_ID(__IOBase_closed)
9597
STRUCT_FOR_ID(__abc_tpflags__)
@@ -874,7 +876,6 @@ struct _Py_global_strings {
874876
STRUCT_FOR_ID(year)
875877
STRUCT_FOR_ID(zdict)
876878
STRUCT_FOR_ID(zstd_dict)
877-
STRUCT_FOR_ID(|=)
878879
} identifiers;
879880
struct {
880881
PyASCIIObject _ascii;

Include/internal/pycore_runtime_init_generated.h

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

0 commit comments

Comments
 (0)