Function get_host_interpreter

Source
fn get_host_interpreter(
    abi3_version: Option<PythonVersion>,
) -> Result<InterpreterConfig>
Expand description

Locates and extracts the build host Python interpreter configuration.

Lowers the configured Python version to abi3_version if required.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here