summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_unicodeobject_generated.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_unicodeobject_generated.h')
-rw-r--r--Include/internal/pycore_unicodeobject_generated.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/internal/pycore_unicodeobject_generated.h b/Include/internal/pycore_unicodeobject_generated.h
index ada0485..208a1e1 100644
--- a/Include/internal/pycore_unicodeobject_generated.h
+++ b/Include/internal/pycore_unicodeobject_generated.h
@@ -440,6 +440,8 @@ _PyUnicode_InitStaticStrings(void) {
PyUnicode_InternInPlace(&string);
string = &_Py_ID(as_integer_ratio);
PyUnicode_InternInPlace(&string);
+ string = &_Py_ID(ast);
+ PyUnicode_InternInPlace(&string);
string = &_Py_ID(attribute);
PyUnicode_InternInPlace(&string);
string = &_Py_ID(authorizer_callback);