Expand description
Python-specific runtime initialization.
This module handles the Python interpreter initialization that must occur before the Tokio runtime is used from Python extension modules.
Functionsยง
- initialize_
python - Initializes the Python interpreter for use with the async runtime.