usestd::marker::PhantomData;usecrate::Python;/// A marker type that makes the type !Send.
/// Workaround for lack of !Send on stable (<https://github.com/rust-lang/rust/issues/68318>).
pub(crate)structNotSend(PhantomData<*mutPython<'static>>);pub(crate)constNOT_SEND: NotSend = NotSend(PhantomData);