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.