summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_unicodeobject_generated.h
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2022-11-14 13:56:40 (GMT)
committerGitHub <noreply@github.com>2022-11-14 13:56:40 (GMT)
commita3ac9232f859a144b5e1db494dbb928e0cd169ab (patch)
tree961e093bd549b81bf1311e3129b9305587bd26e9 /Include/internal/pycore_unicodeobject_generated.h
parent06d4e02c3b3526b5d90e41a0a0befa8663e08f27 (diff)
downloadcpython-a3ac9232f859a144b5e1db494dbb928e0cd169ab.zip
cpython-a3ac9232f859a144b5e1db494dbb928e0cd169ab.tar.gz
cpython-a3ac9232f859a144b5e1db494dbb928e0cd169ab.tar.bz2
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
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);