/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.14.2
Doc/c-api/objimpl.rst
18 строк
317 B
Miss Islington (bot)
[3.14] gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962) (GH-134344)
20 май 2025, 20:11
Не верифицирован
20 май 2025, 20:11
6074e1e
Код
Авторство
О чём код?
.. 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