导航
索引
模块
|
下一页
|
上一页
|
Python
»
zh_CN
3.8.0a1
文档
»
Python/C API 参考手册
»
|
对象实现支持
¶
本章描述了定义新对象类型时所使用的函数、类型和宏。
在堆中分配对象
Common Object Structures
Type Objects
Quick Reference
"tp slots"
sub-slots
slot typedefs
PyTypeObject Definition
PyObject Slots
PyVarObject Slots
PyTypeObject Slots
Heap Types
Number Object Structures
Mapping Object Structures
Sequence Object Structures
Buffer Object Structures
Async Object Structures
Slot Type typedefs
Examples
Supporting Cyclic Garbage Collection
上一个主题
Memory Management
下一个主题
在堆中分配对象
本页
提交 Bug
显示源代码
导航
索引
模块
|
下一页
|
上一页
|
Python
»
zh_CN
3.8.0a1
文档
»
Python/C API 参考手册
»
|