Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,797 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in PyO3/pyo3 that received 6 comments
Don't watch PYTHON_SYS_EXECUTABLE and PATH when unnecessary
Fixes #1229. I confirmed that this works manually, though it's better if @nikhilmitrax can check this.
- Complete abi3 support
- Add context.h functions (PyContext_New, PyContext*)
- Docs: Fixed example word_count
- Add PyEval_SetProfile, PyEval_SetTrace
- guide: improve "calling Python from Rust" section
- build.rs: use inclusive range syntax
- Drop support for Python 3.5
- examples: add Pyre
- Enhance error messages of conversion errors
- Use stable Python 3.9 on CI
- Release 0.12.2
- Merge master into the abi3 branch to resolve conflicts
- contributing.md: add note on benchmarking
- Add wrapper for PyErr_CheckSignals() to Python.
- Add CHANGELOG entry for #1209.
- Keyword only arguments