Macro rustpython_common::suppress_iph
source · macro_rules! suppress_iph {
($e:expr) => { ... };
}
Expand description
Suppress the MSVC invalid parameter handler, which by default crashes the process. Does nothing on non-MSVC targets.