#ifndef Py_INTERNAL_UNICODEOBJECT_GENERATED_H #define Py_INTERNAL_UNICODEOBJECT_GENERATED_H #ifdef __cplusplus extern "C" { #endif #ifndef Py_BUILD_CORE # error "this header requires Py_BUILD_CORE define" #endif /* The following is auto-generated by Tools/build/generate_global_objects.py. */ static inline void _PyUnicode_InitStaticStrings(PyInterpreterState *interp) { … } /* End auto-generated code */ #ifdef __cplusplus } #endif #endif /* !Py_INTERNAL_UNICODEOBJECT_GENERATED_H */