cpython/Include/internal/pycore_runtime_init_generated.h

#ifndef Py_INTERNAL_RUNTIME_INIT_GENERATED_H
#define Py_INTERNAL_RUNTIME_INIT_GENERATED_H
#ifdef __cplusplus
extern "C" {
#endif

#ifndef Py_BUILD_CORE
#  error "this header requires Py_BUILD_CORE define"
#endif

#include "pycore_long.h"          // _PyLong_DIGIT_INIT()


/* The following is auto-generated by Tools/build/generate_global_objects.py. */
#define _Py_small_ints_INIT

#define _Py_bytes_characters_INIT

#define _Py_str_literals_INIT

#define _Py_str_identifiers_INIT

#define _Py_str_ascii_INIT

#define _Py_str_latin1_INIT
/* End auto-generated code */

#ifdef __cplusplus
}
#endif
#endif /* !Py_INTERNAL_RUNTIME_INIT_GENERATED_H */