GRAYBYTE WORDPRESS FILE MANAGER5431

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
Directory : /opt/alt/python39/include/python3.9/cpython/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python39/include/python3.9/cpython//listobject.h
#ifndef Py_CPYTHON_LISTOBJECT_H
#  error "this header file must not be included directly"
#endif

#ifdef __cplusplus
extern "C" {
#endif

typedef struct {
    PyObject_VAR_HEAD
    /* Vector of pointers to list elements.  list[0] is ob_item[0], etc. */
    PyObject **ob_item;

    /* ob_item contains space for 'allocated' elements.  The number
     * currently in use is ob_size.
     * Invariants:
     *     0 <= ob_size <= allocated
     *     len(list) == ob_size
     *     ob_item == NULL implies ob_size == allocated == 0
     * list.sort() temporarily sets allocated to -1 to detect mutations.
     *
     * Items must normally not be NULL, except during construction when
     * the list is not yet visible outside the function that builds it.
     */
    Py_ssize_t allocated;
} PyListObject;

PyAPI_FUNC(PyObject *) _PyList_Extend(PyListObject *, PyObject *);
PyAPI_FUNC(void) _PyList_DebugMallocStats(FILE *out);

/* Macro, trading safety for speed */

/* Cast argument to PyTupleObject* type. */
#define _PyList_CAST(op) (assert(PyList_Check(op)), (PyListObject *)(op))

#define PyList_GET_ITEM(op, i) (_PyList_CAST(op)->ob_item[i])
#define PyList_SET_ITEM(op, i, v) (_PyList_CAST(op)->ob_item[i] = (v))
#define PyList_GET_SIZE(op)    Py_SIZE(_PyList_CAST(op))
#define _PyList_ITEMS(op)      (_PyList_CAST(op)->ob_item)

#ifdef __cplusplus
}
#endif

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 13 2025 08:38:50
root / linksafe
0755
abstract.h
13.867 KB
April 08 2025 15:21:55
root / linksafe
0644
bytearrayobject.h
0.751 KB
April 08 2025 15:21:55
root / linksafe
0644
bytesobject.h
4.018 KB
April 08 2025 15:21:55
root / linksafe
0644
ceval.h
1.501 KB
April 08 2025 15:21:55
root / linksafe
0644
code.h
6.825 KB
April 08 2025 15:21:55
root / linksafe
0644
dictobject.h
3.708 KB
April 08 2025 15:21:55
root / linksafe
0644
fileobject.h
0.704 KB
April 08 2025 15:21:55
root / linksafe
0644
fileutils.h
3.91 KB
April 08 2025 15:21:55
root / linksafe
0644
frameobject.h
2.987 KB
April 08 2025 15:21:55
root / linksafe
0644
import.h
1.438 KB
April 08 2025 15:21:55
root / linksafe
0644
initconfig.h
16.581 KB
April 08 2025 15:21:55
root / linksafe
0644
interpreteridobject.h
0.445 KB
April 08 2025 15:21:55
root / linksafe
0644
listobject.h
1.332 KB
April 08 2025 15:21:55
root / linksafe
0644
methodobject.h
1.366 KB
April 08 2025 15:21:55
root / linksafe
0644
object.h
18.904 KB
April 08 2025 15:21:55
root / linksafe
0644
objimpl.h
4.352 KB
April 08 2025 15:21:55
root / linksafe
0644
pyerrors.h
4.981 KB
April 08 2025 15:21:55
root / linksafe
0644
pylifecycle.h
2.047 KB
April 08 2025 15:21:55
root / linksafe
0644
pymem.h
3.429 KB
April 08 2025 15:21:55
root / linksafe
0644
pystate.h
9.896 KB
April 08 2025 15:21:55
root / linksafe
0644
sysmodule.h
0.562 KB
April 08 2025 15:21:55
root / linksafe
0644
traceback.h
0.462 KB
April 08 2025 15:21:55
root / linksafe
0644
tupleobject.h
1.012 KB
April 08 2025 15:21:55
root / linksafe
0644
unicodeobject.h
45.072 KB
April 08 2025 15:21:55
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF