#define NO_LOC_4 (128 | (PY_CODE_LOCATION_INFO_NONE << 3) | 3)
-static const PyBytesObject no_location = {
- PyVarObject_HEAD_INIT(&PyBytes_Type, 1)
- .ob_sval = { NO_LOC_4 }
-};
#ifdef __cplusplus
}
return 0;
}
+static const PyBytesObject no_location = {
+ PyVarObject_HEAD_INIT(&PyBytes_Type, 1)
+ .ob_sval = { NO_LOC_4 }
+};
#ifdef Py_GIL_DISABLED
static _PyCodeArray emtry_cleanup_tlbc = {
};
#endif
+static const PyBytesObject no_location = {
+ PyVarObject_HEAD_INIT(&PyBytes_Type, 1)
+ .ob_sval = { NO_LOC_4 }
+};
+
const struct _PyCode8 _Py_InitCleanup = {
_PyVarObject_HEAD_INIT(&PyCode_Type, 3),
.co_consts = (PyObject *)&_Py_SINGLETON(tuple_empty),