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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/internal/pycore_unicodeobject_generated.h b/Include/internal/pycore_unicodeobject_generated.h
index 9daef26..a180054 100644
--- a/Include/internal/pycore_unicodeobject_generated.h
+++ b/Include/internal/pycore_unicodeobject_generated.h
@@ -1251,6 +1251,9 @@ _PyUnicode_InitStaticStrings(PyInterpreterState *interp) {
string = &_Py_ID(handle_seq);
assert(_PyUnicode_CheckConsistency(string, 1));
_PyUnicode_InternInPlace(interp, &string);
+ string = &_Py_ID(has_location);
+ assert(_PyUnicode_CheckConsistency(string, 1));
+ _PyUnicode_InternInPlace(interp, &string);
string = &_Py_ID(hash_name);
assert(_PyUnicode_CheckConsistency(string, 1));
_PyUnicode_InternInPlace(interp, &string);