andfoy / winpty-rs

Create and spawn processes inside a pseudoterminal in Windows from Rust
Other
23 stars 7 forks source link

PR: Require PTYImpl trait to implement Send and Sync #5

Closed andfoy closed 2 years ago

andfoy commented 2 years ago

This is required by pwyinpty in order to wrap the PTY struct in a PyO3 object.