7. C API and Extensions
The Python C API, reference ownership rules, creating extension modules, defining new types, the buffer protocol, capsules, stable ABI, limited API, embedding Python, and cross-language calls.
| Chapter | Title |
|---|---|
| 61 | The Python C API |
| 62 | Reference Ownership Rules |
| 63 | Creating Extension Modules |
| 64 | Defining New Types |
| 65 | Buffer Protocol |
| 66 | Capsules |
| 67 | Stable ABI |
| 68 | Limited API |
| 69 | Embedding Python |
| 70 | Calling Python From C |
| 71 | Calling C From Python |