Buckets:
| /* Interfaces to parse and execute pieces of python code */ | |
| extern "C" { | |
| PyAPI_FUNC(PyObject *) Py_CompileString(const char *, const char *, int); | |
| PyAPI_FUNC(void) PyErr_Print(void); | |
| PyAPI_FUNC(void) PyErr_PrintEx(int); | |
| PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *); | |
| PyAPI_FUNC(void) PyErr_DisplayException(PyObject *); | |
| /* Stuff with no proper home (yet) */ | |
| PyAPI_DATA(int) (*PyOS_InputHook)(void); | |
| /* Stack size, in "pointers" (so we get extra safety margins | |
| on 64-bit platforms). On a 32-bit platform, this translates | |
| to an 8k margin. */ | |
| /* Enable stack checking under Microsoft C */ | |
| // When changing the platforms, ensure PyOS_CheckStack() docs are still correct | |
| /* Check that we aren't overflowing our stack */ | |
| PyAPI_FUNC(int) PyOS_CheckStack(void); | |
| } | |
Xet Storage Details
- Size:
- 1.31 kB
- Xet hash:
- e283e7e4a9b4a69c5b26e8851e6fb3178e68195482a946f272a4936a4266c65e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.