Note: cpython/python3-sys is a default feature.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG649ff7f86f96: rust: enable Python 3 support unconditionally
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
rust/hg-cpython/Cargo.toml | ||
---|---|---|
12 | https://github.com/dgrunwald/rust-cpython/blob/0.7.0/Cargo.toml#L71-L74 documents the extension-module feature:
This "also" means that enable this feature unconditionally does not break cargo test executables that do not involve an actual extension module. |
https://github.com/dgrunwald/rust-cpython/blob/0.7.0/Cargo.toml#L71-L74 documents the extension-module feature:
This "also" means that enable this feature unconditionally does not break cargo test executables that do not involve an actual extension module.