We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b161e commit 0a116c1Copy full SHA for 0a116c1
crates/vm/src/stdlib/signal.rs
@@ -18,11 +18,11 @@ pub(crate) mod _signal {
18
Py,
19
convert::{IntoPyException, TryFromBorrowedObject},
20
};
21
+ use crate::{PyObjectRef, PyResult, VirtualMachine, signal};
22
+ #[cfg(unix)]
23
use crate::{
- PyObjectRef, PyResult, VirtualMachine,
24
builtins::PyTypeRef,
25
function::{ArgIntoFloat, OptionalArg},
- signal,
26
27
use std::sync::atomic::{self, Ordering};
28
0 commit comments