/
opt
/
alt
/
python37
/
include
/
python3.7m
/
/opt/alt/python37/include/python3.7m
mkdir
upload
Name
Size
Mode
Actions
internal/
-
0755
rm
abstract.h
40798
0644
edit
dl
rm
accu.h
1016
0644
edit
dl
rm
asdl.h
1213
0644
edit
dl
rm
ast.h
641
0644
edit
dl
rm
bitset.h
810
0644
edit
dl
rm
bltinmodule.h
264
0644
edit
dl
rm
boolobject.h
886
0644
edit
dl
rm
bytearrayobject.h
2114
0644
edit
dl
rm
bytesobject.h
8493
0644
edit
dl
rm
bytes_methods.h
3301
0644
edit
dl
rm
cellobject.h
713
0644
edit
dl
rm
ceval.h
8717
0644
edit
dl
rm
classobject.h
1679
0644
edit
dl
rm
code.h
6065
0644
edit
dl
rm
codecs.h
6793
0644
edit
dl
rm
compile.h
2946
0644
edit
dl
rm
complexobject.h
1807
0644
edit
dl
rm
context.h
2014
0644
edit
dl
rm
datetime.h
9848
0644
edit
dl
rm
descrobject.h
3135
0644
edit
dl
rm
dictobject.h
7323
0644
edit
dl
rm
dtoa.h
458
0644
edit
dl
rm
dynamic_annotations.h
22469
0644
edit
dl
rm
enumobject.h
253
0644
edit
dl
rm
errcode.h
1695
0644
edit
dl
rm
eval.h
1209
0644
edit
dl
rm
fileobject.h
1811
0644
edit
dl
rm
fileutils.h
4534
0644
edit
dl
rm
floatobject.h
4794
0644
edit
dl
rm
frameobject.h
3318
0644
edit
dl
rm
funcobject.h
4178
0644
edit
dl
rm
genobject.h
3646
0644
edit
dl
rm
graminit.h
1992
0644
edit
dl
rm
grammar.h
2319
0644
edit
dl
rm
import.h
4977
0644
edit
dl
rm
intrcheck.h
861
0644
edit
dl
rm
iterobject.h
567
0644
edit
dl
rm
listobject.h
2927
0644
edit
dl
rm
longintrepr.h
3799
0644
edit
dl
rm
longobject.h
8594
0644
edit
dl
rm
marshal.h
803
0644
edit
dl
rm
memoryobject.h
2765
0644
edit
dl
rm
metagrammar.h
253
0644
edit
dl
rm
methodobject.h
4519
0644
edit
dl
rm
modsupport.h
8559
0644
edit
dl
rm
moduleobject.h
2304
0644
edit
dl
rm
namespaceobject.h
349
0644
edit
dl
rm
node.h
1113
0644
edit
dl
rm
object.h
41842
0644
edit
dl
rm
objimpl.h
14474
0644
edit
dl
rm
odictobject.h
1280
0644
edit
dl
rm
opcode.h
5109
0644
edit
dl
rm
osdefs.h
691
0644
edit
dl
rm
osmodule.h
291
0644
edit
dl
rm
parsetok.h
2905
0644
edit
dl
rm
patchlevel.h
1299
0644
edit
dl
rm
pgen.h
253
0644
edit
dl
rm
pgenheaders.h
1222
0644
edit
dl
rm
pyarena.h
2744
0644
edit
dl
rm
pyatomic.h
16121
0644
edit
dl
rm
pycapsule.h
1726
0644
edit
dl
rm
pyconfig-64.h
45354
0644
edit
dl
rm
pyconfig.h
162
0644
edit
dl
rm
pyctype.h
1320
0644
edit
dl
rm
pydebug.h
1214
0644
edit
dl
rm
pydtrace.h
2285
0644
edit
dl
rm
pyerrors.h
17369
0644
edit
dl
rm
pyexpat.h
2450
0644
edit
dl
rm
pyfpe.h
341
0644
edit
dl
rm
pyhash.h
4139
0644
edit
dl
rm
pylifecycle.h
7780
0644
edit
dl
rm
pymacconfig.h
2989
0644
edit
dl
rm
pymacro.h
3535
0644
edit
dl
rm
pymath.h
8312
0644
edit
dl
rm
pymem.h
8993
0644
edit
dl
rm
pyport.h
28235
0644
edit
dl
rm
pystate.h
16324
0644
edit
dl
rm
pystrcmp.h
436
0644
edit
dl
rm
pystrhex.h
495
0644
edit
dl
rm
pystrtod.h
1483
0644
edit
dl
rm
Python-ast.h
21802
0644
edit
dl
rm
Python.h
3554
0644
edit
dl
rm
pythonrun.h
6204
0644
edit
dl
rm
pythread.h
5332
0644
edit
dl
rm
pytime.h
8926
0644
edit
dl
rm
py_curses.h
4062
0644
edit
dl
rm
rangeobject.h
629
0644
edit
dl
rm
setobject.h
3362
0644
edit
dl
rm
sliceobject.h
2480
0644
edit
dl
rm
structmember.h
2030
0644
edit
dl
rm
structseq.h
1377
0644
edit
dl
rm
symtable.h
4928
0644
edit
dl
rm
sysmodule.h
1511
0644
edit
dl
rm
token.h
2480
0644
edit
dl
rm
traceback.h
3644
0644
edit
dl
rm
tupleobject.h
2471
0644
edit
dl
rm
typeslots.h
2253
0644
edit
dl
rm
ucnhash.h
1056
0644
edit
dl
rm
unicodeobject.h
82278
0644
edit
dl
rm
warnings.h
1776
0644
edit
dl
rm
weakrefobject.h
2866
0644
edit
dl
rm
Edit:
/opt/alt/python37/include/python3.7m/pythonrun.h
(6204B)
/* Interfaces to parse and execute pieces of python code */ #ifndef Py_PYTHONRUN_H #define Py_PYTHONRUN_H #ifdef __cplusplus extern "C" { #endif #ifndef Py_LIMITED_API PyAPI_FUNC(int) PyRun_SimpleStringFlags(const char *, PyCompilerFlags *); PyAPI_FUNC(int) PyRun_AnyFileFlags(FILE *, const char *, PyCompilerFlags *); PyAPI_FUNC(int) PyRun_AnyFileExFlags( FILE *fp, const char *filename, /* decoded from the filesystem encoding */ int closeit, PyCompilerFlags *flags); PyAPI_FUNC(int) PyRun_SimpleFileExFlags( FILE *fp, const char *filename, /* decoded from the filesystem encoding */ int closeit, PyCompilerFlags *flags); PyAPI_FUNC(int) PyRun_InteractiveOneFlags( FILE *fp, const char *filename, /* decoded from the filesystem encoding */ PyCompilerFlags *flags); PyAPI_FUNC(int) PyRun_InteractiveOneObject( FILE *fp, PyObject *filename, PyCompilerFlags *flags); PyAPI_FUNC(int) PyRun_InteractiveLoopFlags( FILE *fp, const char *filename, /* decoded from the filesystem encoding */ PyCompilerFlags *flags); PyAPI_FUNC(struct _mod *) PyParser_ASTFromString( const char *s, const char *filename, /* decoded from the filesystem encoding */ int start, PyCompilerFlags *flags, PyArena *arena); PyAPI_FUNC(struct _mod *) PyParser_ASTFromStringObject( const char *s, PyObject *filename, int start, PyCompilerFlags *flags, PyArena *arena); PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile( FILE *fp, const char *filename, /* decoded from the filesystem encoding */ const char* enc, int start, const char *ps1, const char *ps2, PyCompilerFlags *flags, int *errcode, PyArena *arena); PyAPI_FUNC(struct _mod *) PyParser_ASTFromFileObject( FILE *fp, PyObject *filename, const char* enc, int start, const char *ps1, const char *ps2, PyCompilerFlags *flags, int *errcode, PyArena *arena); #endif #ifndef PyParser_SimpleParseString #define PyParser_SimpleParseString(S, B) \ PyParser_SimpleParseStringFlags(S, B, 0) #define PyParser_SimpleParseFile(FP, S, B) \ PyParser_SimpleParseFileFlags(FP, S, B, 0) #endif PyAPI_FUNC(struct _node *) PyParser_SimpleParseStringFlags(const char *, int, int); #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03030000 PyAPI_FUNC(struct _node *) PyParser_SimpleParseStringFlagsFilename(const char *, const char *, int, int); #endif PyAPI_FUNC(struct _node *) PyParser_SimpleParseFileFlags(FILE *, const char *, int, int); #ifndef Py_LIMITED_API PyAPI_FUNC(PyObject *) PyRun_StringFlags(const char *, int, PyObject *, PyObject *, PyCompilerFlags *); PyAPI_FUNC(PyObject *) PyRun_FileExFlags( FILE *fp, const char *filename, /* decoded from the filesystem encoding */ int start, PyObject *globals, PyObject *locals, int closeit, PyCompilerFlags *flags); #endif #ifdef Py_LIMITED_API PyAPI_FUNC(PyObject *) Py_CompileString(const char *, const char *, int); #else #define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1) #define Py_CompileStringFlags(str, p, s, f) Py_CompileStringExFlags(str, p, s, f, -1) PyAPI_FUNC(PyObject *) Py_CompileStringExFlags( const char *str, const char *filename, /* decoded from the filesystem encoding */ int start, PyCompilerFlags *flags, int optimize); PyAPI_FUNC(PyObject *) Py_CompileStringObject( const char *str, PyObject *filename, int start, PyCompilerFlags *flags, int optimize); #endif PyAPI_FUNC(struct symtable *) Py_SymtableString( const char *str, const char *filename, /* decoded from the filesystem encoding */ int start); #ifndef Py_LIMITED_API PyAPI_FUNC(struct symtable *) Py_SymtableStringObject( const char *str, PyObject *filename, int start); #endif PyAPI_FUNC(void) PyErr_Print(void); PyAPI_FUNC(void) PyErr_PrintEx(int); PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *); #ifndef Py_LIMITED_API /* Use macros for a bunch of old variants */ #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) #define PyRun_AnyFileEx(fp, name, closeit) \ PyRun_AnyFileExFlags(fp, name, closeit, NULL) #define PyRun_AnyFileFlags(fp, name, flags) \ PyRun_AnyFileExFlags(fp, name, 0, flags) #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL) #define PyRun_SimpleFile(f, p) PyRun_SimpleFileExFlags(f, p, 0, NULL) #define PyRun_SimpleFileEx(f, p, c) PyRun_SimpleFileExFlags(f, p, c, NULL) #define PyRun_InteractiveOne(f, p) PyRun_InteractiveOneFlags(f, p, NULL) #define PyRun_InteractiveLoop(f, p) PyRun_InteractiveLoopFlags(f, p, NULL) #define PyRun_File(fp, p, s, g, l) \ PyRun_FileExFlags(fp, p, s, g, l, 0, NULL) #define PyRun_FileEx(fp, p, s, g, l, c) \ PyRun_FileExFlags(fp, p, s, g, l, c, NULL) #define PyRun_FileFlags(fp, p, s, g, l, flags) \ PyRun_FileExFlags(fp, p, s, g, l, 0, flags) #endif /* Stuff with no proper home (yet) */ #ifndef Py_LIMITED_API PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *); #endif PyAPI_DATA(int) (*PyOS_InputHook)(void); PyAPI_DATA(char) *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *, const char *); #ifndef Py_LIMITED_API PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState; #endif /* 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. */ #define PYOS_STACK_MARGIN 2048 #if defined(WIN32) && !defined(MS_WIN64) && defined(_MSC_VER) && _MSC_VER >= 1300 /* Enable stack checking under Microsoft C */ #define USE_STACKCHECK #endif #ifdef USE_STACKCHECK /* Check that we aren't overflowing our stack */ PyAPI_FUNC(int) PyOS_CheckStack(void); #endif #ifdef __cplusplus } #endif #endif /* !Py_PYTHONRUN_H */
Save
cmd:
run