/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.15.0a2
Doc/c-api/objimpl.rst
18 строк
317 B
Richard Hansen
gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)
20 май 2025, 15:25
Не верифицирован
20 май 2025, 15:25
3246ea5
Код
Авторство
О чём код?
.. highlight:: c .. _newtypes: ***************************** Object Implementation Support ***************************** This chapter describes the functions, types, and macros used when defining new object types. .. toctree:: allocation.rst lifecycle.rst structures.rst typeobj.rst gcsupport.rst