Skip to content

Commit

Permalink
Update pyo3-ffi/src/cpython/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Kolenbrander <59372212+mejrs@users.noreply.github.com>
  • Loading branch information
ecarrara and mejrs committed Oct 9, 2023
1 parent 4931b00 commit 27da8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyo3-ffi/src/cpython/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pub use self::object::*;
pub use self::objimpl::*;
pub use self::pydebug::*;
pub use self::pyerrors::*;
#[cfg(not(PyPy))]
pub use self::pyframe::*;
#[cfg(all(Py_3_8, not(PyPy)))]
pub use self::pylifecycle::*;
Expand Down

0 comments on commit 27da8ff

Please sign in to comment.