René's URL Explorer Experiment


Title: Allocating objects on the heap — Python 3.13.14 documentation

Open Graph Title: Allocating objects on the heap

Description: Soft-deprecated aliases: These are aliases to existing functions and macros. They exist solely for backwards compatibility.,, Soft-deprecated alias, Function,,,, PyObject_New,,, PyObject_NewVar,,, ...

Open Graph Description: Soft-deprecated aliases: These are aliases to existing functions and macros. They exist solely for backwards compatibility.,, Soft-deprecated alias, Function,,,, PyObject_New,,, PyObject_NewVar,,, ...

Opengraph URL: https://docs.python.org/3/c-api/allocation.html

direct link

Domain: cpython-previews--153501.org.readthedocs.build

og:typewebsite
og:site_namePython documentation
og:imagehttps://cpython-previews--153501.org.readthedocs.build/en/153501/_static/og-image.png
og:image:altPython documentation
theme-color#3776ab
og:image:width200
og:image:height200
readthedocs-addons-api-version1
readthedocs-project-slugcpython-previews
readthedocs-version-slug153501
readthedocs-resolver-filename/c-api/allocation.html
readthedocs-http-status200

Links:

https://www.python.org/
Table of Contentshttps://cpython-previews--153501.org.readthedocs.build/en/153501/contents.html
Allocating objects on the heaphttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html
Soft-deprecated aliaseshttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#soft-deprecated-aliases
Object Implementation Supporthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/objimpl.html
Common Object Structureshttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html
Report a bughttps://cpython-previews--153501.org.readthedocs.build/en/153501/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/allocation.rst?plain=1
pull requesthttps://github.com/python/cpython/pull/153501
the current stable releasehttps://docs.python.org/3/c-api/allocation.html
indexhttps://cpython-previews--153501.org.readthedocs.build/en/153501/genindex.html
moduleshttps://cpython-previews--153501.org.readthedocs.build/en/153501/py-modindex.html
nexthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html
previoushttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/objimpl.html
Pythonhttps://www.python.org/
3.13.14 Documentationhttps://cpython-previews--153501.org.readthedocs.build/en/153501/index.html
Python/C API Reference Manualhttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/index.html
Object Implementation Supporthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/objimpl.html
Allocating objects on the heaphttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#allocating-objects-on-the-heap
PyObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html#c.PyObject
PyTypeObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/type.html#c.PyTypeObject
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c._PyObject_New
PyVarObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html#c.PyVarObject
PyTypeObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/type.html#c.PyTypeObject
Py_ssize_thttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/intro.html#c.Py_ssize_t
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c._PyObject_NewVar
PyObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html#c.PyObject
PyObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html#c.PyObject
PyTypeObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/type.html#c.PyTypeObject
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_Init
Stable ABIhttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/stable.html#stable
PyVarObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html#c.PyVarObject
PyVarObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html#c.PyVarObject
PyTypeObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/type.html#c.PyTypeObject
Py_ssize_thttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/intro.html#c.Py_ssize_t
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_InitVar
Stable ABIhttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/stable.html#stable
PyObject_Init()https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_Init
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_New
tp_basicsizehttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
Py_TPFLAGS_HAVE_GChttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
PyObject_GC_New()https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/gcsupport.html#c.PyObject_GC_New
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_NewVar
tp_itemsizehttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
Py_TPFLAGS_HAVE_GChttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
PyObject_GC_NewVar()https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/gcsupport.html#c.PyObject_GC_NewVar
PyObjecthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html#c.PyObject
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c._Py_NoneStruct
Py_Nonehttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/none.html#c.Py_None
Module Objectshttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/module.html#moduleobjects
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#soft-deprecated-aliases
Soft deprecatedhttps://cpython-previews--153501.org.readthedocs.build/en/153501/glossary.html#term-soft-deprecated
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_NEW
PyObject_Newhttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_New
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_NEW_VAR
PyObject_NewVarhttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_NewVar
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_INIT
PyObject_Init()https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_Init
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_INIT_VAR
PyObject_InitVar()https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_InitVar
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_MALLOC
PyObject_Malloc()https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/memory.html#c.PyObject_Malloc
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_REALLOC
PyObject_Realloc()https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/memory.html#c.PyObject_Realloc
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_FREE
PyObject_Free()https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/memory.html#c.PyObject_Free
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_DEL
PyObject_Free()https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/memory.html#c.PyObject_Free
https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#c.PyObject_Del
PyObject_Free()https://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/memory.html#c.PyObject_Free
Table of Contentshttps://cpython-previews--153501.org.readthedocs.build/en/153501/contents.html
Allocating objects on the heaphttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html
Soft-deprecated aliaseshttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html#soft-deprecated-aliases
Object Implementation Supporthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/objimpl.html
Common Object Structureshttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html
Report a bughttps://cpython-previews--153501.org.readthedocs.build/en/153501/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/allocation.rst?plain=1
indexhttps://cpython-previews--153501.org.readthedocs.build/en/153501/genindex.html
moduleshttps://cpython-previews--153501.org.readthedocs.build/en/153501/py-modindex.html
nexthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/structures.html
previoushttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/objimpl.html
Pythonhttps://www.python.org/
3.13.14 Documentationhttps://cpython-previews--153501.org.readthedocs.build/en/153501/index.html
Python/C API Reference Manualhttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/index.html
Object Implementation Supporthttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/objimpl.html
Allocating objects on the heaphttps://cpython-previews--153501.org.readthedocs.build/en/153501/c-api/allocation.html
Copyrighthttps://cpython-previews--153501.org.readthedocs.build/en/153501/copyright.html
History and Licensehttps://cpython-previews--153501.org.readthedocs.build/license.html
Read the Docshttps://about.readthedocs.com/
Please donate.https://www.python.org/psf/donations/
Found a bughttps://cpython-previews--153501.org.readthedocs.build/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.