PHP 8.2.30
Preview: pycore_context.h Size: 779 B
//opt/alt/python38/include/python3.8/internal/pycore_context.h

#ifndef Py_INTERNAL_CONTEXT_H
#define Py_INTERNAL_CONTEXT_H

#ifndef Py_BUILD_CORE
#  error "this header requires Py_BUILD_CORE define"
#endif

#include "pycore_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 */

Directory Contents

Dirs: 0 × Files: 22

Name Size Perms Modified Actions
1.10 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
16.55 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
966 B lrw-r--r-- 2024-09-06 20:41:55
Edit Download
542 B lrw-r--r-- 2024-09-06 20:41:55
Edit Download
2.74 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
779 B lrw-r--r-- 2024-09-06 20:41:55
Edit Download
1.22 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
490 B lrw-r--r-- 2024-09-06 20:41:55
Edit Download
1.48 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
3.61 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
5.10 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
1.51 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
2.83 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
1.99 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
1.30 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
206 B lrw-r--r-- 2024-09-06 20:41:55
Edit Download
3.73 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
8.02 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
9.36 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
3.00 KB lrw-r--r-- 2024-09-06 20:41:55
Edit Download
418 B lrw-r--r-- 2024-09-06 20:41:55
Edit Download
591 B lrw-r--r-- 2024-09-06 20:41:55
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).