error[E0277]: `Rc` cannot be sent between threads safely --> $DIR/pyclass_send.rs:4:1 | 4 | #[pyclass] | ^^^^^^^^^^ `Rc` cannot be sent between threads safely | ::: $WORKSPACE/src/class/impl_.rs | | pub struct ThreadCheckerStub(PhantomData); | ---- required by this bound in `ThreadCheckerStub` | = help: within `NotThreadSafe`, the trait `Send` is not implemented for `Rc` = note: required because it appears within the type `NotThreadSafe` = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)