Popular repositories
750 contributions in the last year
Less
More
Contribution activity
June 2021
Created 17 commits in 4 repositories
Created a pull request in PyO3/pyo3 that received 4 comments
PyList: remove get_parked_item, use macros for speed on !abi3
I assume that the get_parked_item API is a remnant from long ago? I don't see any other reference to "parked" in the whole codebase, and for users …
+33
−52
•
4
comments
Opened 6 other pull requests in 1 repository
PyO3/pyo3
6
merged
- Reorganize method wrapper generation
- PyList: fix segfault on get_item with negative indices
- Argument parsing: use VARARGS for *any* function taking **kwds
- Optimize f(*args, **kwds) function argument "parsing"
- Refactor wrapper generation, and enable fastcall for static/class methods.
- PyTuple: use fast macros on !abi3
Reviewed 5 pull requests in 2 repositories
PyO3/pyo3 4 pull requests
pygments/pygments 1 pull request
Created an issue in PyO3/pyo3 that received 6 comments
PyList indexing: negative indices?
PyList::get_item and PySequence::get_item accept isize indices, indicating that negative indices can be used as in Python.
PyList::get_item, howeve…
6
comments