Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /opt/alt/python37/include/python3.7m/internal//context.h
#ifndef Py_INTERNAL_CONTEXT_H
#define Py_INTERNAL_CONTEXT_H
#include "internal/hamt.h"
struct _pycontextobject {
PyObject_HEAD
PyContext *ctx_prev;
PyHamtObject *ctx_vars;
PyObject *ctx_weakreflist;
int ctx_entered;
};
struct _pycontextvarobject {
PyObject_HEAD
PyObject *var_name;
PyObject *var_default;
PyObject *var_cached;
uint64_t var_cached_tsid;
uint64_t var_cached_tsver;
Py_hash_t var_hash;
};
struct _pycontexttokenobject {
PyObject_HEAD
PyContext *tok_ctx;
PyContextVar *tok_var;
PyObject *tok_oldval;
int tok_used;
};
int _PyContext_Init(void);
void _PyContext_Fini(void);
#endif /* !Py_INTERNAL_CONTEXT_H */
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 20 2024 08:33:08 | root / linksafe | 0755 | |
| | | | | |
ceval.h | 1.404 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
condvar.h | 2.662 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
context.h | 0.685 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
gil.h | 1.398 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
hamt.h | 3.531 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
hash.h | 0.12 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
import.h | 0.111 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
mem.h | 6.671 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
pycore_long.h | 1.512 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
pygetopt.h | 0.447 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
pystate.h | 4.21 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |
warnings.h | 0.496 KB | June 05 2023 20:45:13 | root / linksafe | 0644 | |