Psyduck - 可達鴨 之 鴨力山大2


Server : LiteSpeed
System : Linux premium217.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User : alloknri ( 880)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /opt/alt/python37/include/python3.7m/internal/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

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
Permissions
Options
ceval.h
1.404 KB
-rw-r--r--
condvar.h
2.662 KB
-rw-r--r--
context.h
0.685 KB
-rw-r--r--
gil.h
1.398 KB
-rw-r--r--
hamt.h
3.531 KB
-rw-r--r--
hash.h
0.12 KB
-rw-r--r--
import.h
0.111 KB
-rw-r--r--
mem.h
6.671 KB
-rw-r--r--
pycore_long.h
1.512 KB
-rw-r--r--
pygetopt.h
0.447 KB
-rw-r--r--
pystate.h
4.21 KB
-rw-r--r--
warnings.h
0.496 KB
-rw-r--r--