pyo3/pyo3-build-config
Sergey Kvachonok 29476b0d0d pyo3-build-config: Inline the `PYO3_NO_PYTHON` switch
This patch folds the `PYO3_NO_PYTHON` + `abi3` special case into
the existing native and cross compilation code paths.

The cross compilation route is now guaranteed to behave the same
whether `PYO3_NO_PYTHON` is set or not (except for sysconfigdata
discovery for the Unix targets).

The native compilation route now stores the hardcoded abi3 interpreter
configuration in place of the discovered configuration blob.
2022-04-05 17:19:49 +03:00
..
src pyo3-build-config: Inline the `PYO3_NO_PYTHON` switch 2022-04-05 17:19:49 +03:00
Cargo.toml release: 0.16.3 2022-04-05 04:05:57 +01:00
LICENSE pyo3-build-config: new crate to re-use build.rs across crates 2021-05-20 09:03:33 +01:00
build.rs pyo3-build-config: Inline the `PYO3_NO_PYTHON` switch 2022-04-05 17:19:49 +03:00