X7ROOT File Manager
Current Path:
/opt/alt/python37/include/python3.7m/internal
opt
/
alt
/
python37
/
include
/
python3.7m
/
internal
/
ðŸ“
..
📄
ceval.h
(1.4 KB)
📄
condvar.h
(2.66 KB)
📄
context.h
(701 B)
📄
gil.h
(1.4 KB)
📄
hamt.h
(3.53 KB)
📄
hash.h
(123 B)
📄
import.h
(114 B)
📄
mem.h
(6.67 KB)
📄
pycore_long.h
(1.51 KB)
📄
pygetopt.h
(458 B)
📄
pystate.h
(4.21 KB)
📄
warnings.h
(508 B)
Editing: warnings.h
#ifndef Py_INTERNAL_WARNINGS_H #define Py_INTERNAL_WARNINGS_H #ifdef __cplusplus extern "C" { #endif #include "object.h" struct _warnings_runtime_state { /* Both 'filters' and 'onceregistry' can be set in warnings.py; get_warnings_attr() will reset these variables accordingly. */ PyObject *filters; /* List */ PyObject *once_registry; /* Dict */ PyObject *default_action; /* String */ long filters_version; }; #ifdef __cplusplus } #endif #endif /* !Py_INTERNAL_WARNINGS_H */
Upload File
Create Folder