[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.238: ~ $
#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 */

Filemanager

Name Type Size Permission Actions
ceval.h File 1.4 KB 0644
condvar.h File 2.66 KB 0644
context.h File 701 B 0644
gil.h File 1.4 KB 0644
hamt.h File 3.53 KB 0644
hash.h File 123 B 0644
import.h File 114 B 0644
mem.h File 6.67 KB 0644
pycore_long.h File 1.51 KB 0644
pygetopt.h File 458 B 0644
pystate.h File 4.21 KB 0644
warnings.h File 508 B 0644