PyO3 / pyo3

Rust bindings for the Python interpreter
https://pyo3.rs
Other
11.44k stars 693 forks source link

Rename py long > py int #4260 #4284

Open shreyash2002 opened 1 week ago

shreyash2002 commented 1 week ago

Thank you for contributing to PyO3!

By submitting these contributions you agree for them to be dual-licensed under PyO3's MIT OR Apache-2.0 license.

Please consider adding the following to your pull request:

PyO3's CI pipeline will check your pull request, thus make sure you have checked the Contributing.md guidelines. To run most of its tests locally, you can run nox. See nox --list-sessions for a list of supported actions.

shreyash2002 commented 1 week ago

@davidhewitt I have created a draft PR with some changes. Can you review it and suggest what more i should do?