Skip to main content

get_host_interpreter

Function get_host_interpreter 

Source
fn get_host_interpreter(
    abi3_version: Option<PythonVersion>,
) -> Result<InterpreterConfig, Error>
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