PHP 8.2.30
Preview: pycore_call.h Size: 870 B
//opt/alt/python39/include/python3.9/internal/pycore_call.h

#ifndef Py_INTERNAL_CALL_H
#define Py_INTERNAL_CALL_H
#ifdef __cplusplus
extern "C" {
#endif

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

PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
    PyThreadState *tstate,
    PyObject *callable,
    PyObject *obj,
    PyObject *args,
    PyObject *kwargs);

PyAPI_FUNC(PyObject *) _PyObject_FastCallDictTstate(
    PyThreadState *tstate,
    PyObject *callable,
    PyObject *const *args,
    size_t nargsf,
    PyObject *kwargs);

PyAPI_FUNC(PyObject *) _PyObject_Call(
    PyThreadState *tstate,
    PyObject *callable,
    PyObject *args,
    PyObject *kwargs);

static inline PyObject *
_PyObject_CallNoArgTstate(PyThreadState *tstate, PyObject *func) {
    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
}

#ifdef __cplusplus
}
#endif
#endif /* !Py_INTERNAL_CALL_H */

Directory Contents

Dirs: 0 × Files: 34

Name Size Perms Modified Actions
953 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
479 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
1.10 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
16.58 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
2.56 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
3.30 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
870 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
3.32 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
541 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
2.74 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
800 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
646 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
1.50 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
6.49 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
490 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
1.53 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
3.61 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
4.10 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
473 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
5.11 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
5.17 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
1.51 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
4.06 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
1.89 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
1.98 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
206 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
3.65 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
3.28 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
3.50 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
4.35 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
548 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
2.98 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
442 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download
633 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download

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