파이썬/C API 레퍼런스 설명서¶
이 설명서는 확장 모듈을 작성하거나 파이썬을 내장하고자 하는 C와 C++ 프로그래머가 사용하는 API에 관해 설명합니다. 이 설명서와 쌍을 이루는 파이썬 인터프리터 확장 및 내장 는 확장 제작의 일반 원칙을 설명하지만, API 함수를 자세하게 설명하지는 않습니다.
- Introduction
- 안정적인 응용 프로그램 바이너리 인터페이스
- The Very High Level Layer
- 참조 횟수
- Exception Handling
- 유틸리티
- 추상 객체 계층
- 구상 객체 계층
- Initialization, Finalization, and Threads
- Before Python Initialization
- Global configuration variables
- Initializing and finalizing the interpreter
- Process-wide parameters
- Thread State and the Global Interpreter Lock
- Sub-interpreter support
- Asynchronous Notifications
- Profiling and Tracing
- Advanced Debugger Support
- Thread Local Storage Support
- Memory Management
- 객체 구현 지원
- API와 ABI 버전 붙이기