Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Add support for ConPTY and Python 3.9 #137

Merged
merged 40 commits into from
Apr 26, 2021
Merged

PR: Add support for ConPTY and Python 3.9 #137

merged 40 commits into from
Apr 26, 2021

Conversation

andfoy
Copy link
Owner

@andfoy andfoy commented Apr 20, 2021

This PR moves the package from using Cython to compiling native code via Rust/CXX/PyO3, allowing to provide support for both WinPTY and the latest ConPTY. It also adds updated CIs

Fixes #136
Fixes #134
Fixes #133
Fixes #122
Fixes #121
Closes #131
Closes #133

@andfoy andfoy added this to the v1.0.0 milestone Apr 26, 2021
Copy link
Contributor

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for this @andfoy! I left you some minor comments, otherwise looks pretty good.

.github/workflows/windows_build.yml Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/native.rs Outdated Show resolved Hide resolved
winpty/tests/test_pty.py Outdated Show resolved Hide resolved
winpty/tests/test_pty.py Outdated Show resolved Hide resolved
winpty/tests/test_ptyprocess.py Outdated Show resolved Hide resolved
@andfoy andfoy merged commit c3424ed into master Apr 26, 2021
@andfoy andfoy deleted the rust_migration branch April 26, 2021 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants