Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 587 Bytes

index.rst

File metadata and controls

25 lines (21 loc) · 587 Bytes

Python/C API参考手册

This manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to extending-index, which describes the general principles of extension writing but does not document the API functions in detail.

intro.rst veryhigh.rst refcounting.rst exceptions.rst utilities.rst abstract.rst concrete.rst init.rst memory.rst objimpl.rst stable.rst