Skip to content

Commit

Permalink
Merge pull request #1848 from indygreg/public-interpreter-config
Browse files Browse the repository at this point in the history
pyo3-build-config: make InterpreterConfig public
  • Loading branch information
davidhewitt committed Aug 31, 2021
2 parents 44c0287 + 62e1342 commit 5e8d43c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyo3-build-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ use std::io::Cursor;

use once_cell::sync::OnceCell;

use impl_::InterpreterConfig;

// Used in `pyo3-macros-backend`; may expose this in a future release.
#[doc(hidden)]
pub use impl_::PythonVersion;
pub use impl_::{BuildFlag, BuildFlags, InterpreterConfig, PythonImplementation, PythonVersion};

/// Adds all the [`#[cfg]` flags](index.html) to the current compilation.
///
Expand Down

0 comments on commit 5e8d43c

Please sign in to comment.