We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35e3b3 commit 71101f6Copy full SHA for 71101f6
vm/src/builtins/mod.rs
@@ -83,5 +83,8 @@ pub(crate) mod genericalias;
83
pub use float::try_to_bigint as try_f64_to_bigint;
84
pub use int::try_to_float as try_bigint_to_f64;
85
86
+// For public API users, exception types are not distinguishable from other types
87
+pub use super::exceptions::{PyBaseException, PyBaseExceptionRef};
88
+
89
mod make_module;
90
pub use make_module::{ascii, make_module, print};
0 commit comments