Tin mới
Embedding Python in Another Application
Extending and Embedding the Python Interpreter
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 and Embedding the Python Interpreter, which describes the general principles
Language version compatibility
Parsing arguments and building values
String conversion and formatting
Codec registry and support functions
Interpreter initialization and finalization
Thread states and the global interpreter lock
Multiple interpreters in a Python process
Python Initialization Configuration
Allocating objects on the heap