X7ROOT File Manager
Current Path:
/usr/include/python3.8/cpython
usr
/
include
/
python3.8
/
cpython
/
??
..
??
abstract.h
(12.01 KB)
??
dictobject.h
(3.75 KB)
??
fileobject.h
(721 B)
??
initconfig.h
(15.65 KB)
??
interpreteridobject.h
(456 B)
??
object.h
(15.32 KB)
??
objimpl.h
(3.52 KB)
??
pyerrors.h
(4.61 KB)
??
pylifecycle.h
(2.21 KB)
??
pymem.h
(3.43 KB)
??
pystate.h
(9.58 KB)
??
sysmodule.h
(547 B)
??
traceback.h
(473 B)
??
tupleobject.h
(1.01 KB)
??
unicodeobject.h
(45.22 KB)
Editing: traceback.h
#ifndef Py_CPYTHON_TRACEBACK_H # error "this header file must not be included directly" #endif #ifdef __cplusplus extern "C" { #endif typedef struct _traceback { PyObject_HEAD struct _traceback *tb_next; struct _frame *tb_frame; int tb_lasti; int tb_lineno; } PyTracebackObject; PyAPI_FUNC(int) _Py_DisplaySourceLine(PyObject *, PyObject *, int, int); PyAPI_FUNC(void) _PyTraceback_Add(const char *, const char *, int); #ifdef __cplusplus } #endif
Upload File
Create Folder