Popular repositories
728 contributions in the last year
Less
More
Contribution activity
August 2021
Created 7 commits in 2 repositories
Created a pull request in PyO3/pyo3 that received 12 comments
Some PyList index fixes
NB: the behavior on out-of-range indices hasn't changed; it was merely wrongly documented before. If we want to panic instead, to match e.g. Vec::i…
+80
−13
•
12
comments
Opened 3 other pull requests in 1 repository
Reviewed 13 pull requests in 2 repositories
PyO3/pyo3
11 pull requests
- string: implement API to access raw string data
- Py_CompileString decref
- Fix memory leak when calling Python from Rust
-
Test proc macro hygiene for
#[pyclass]macro. - pytuple: deprecate split_from
- pyany: add PyAny::py()
- Some PyList index fixes
- Tuple/List get_item to fallible
- pyo3-build-config: support "config files"
- WIP: Enhanced extract type errors (Issue #1640)
- guide: rewrite "Building and Distribution" chapter