Skip to content

Commit

Permalink
Allow #[getter] and #[setter] functions to take PyRef
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jun 23, 2020
1 parent a5e3d4e commit d666bcb
Show file tree
Hide file tree
Showing 9 changed files with 302 additions and 197 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix passing explicit `None` to `Option<T>` argument `#[pyfunction]` with a default value. [#936](https://github.com/PyO3/pyo3/pull/936)
- Fix `PyClass.__new__`'s not respecting subclasses when inherited by a Python class. [#990](https://github.com/PyO3/pyo3/pull/990)
- Fix returning `Option<T>` from `#[pyproto]` methods. [#996](https://github.com/PyO3/pyo3/pull/996)
- Fix accepting `PyRef<Self>` and `PyRefMut<Self>` to `#[getter]` and `#[setter]` methods. [#999](https://github.com/PyO3/pyo3/pull/999)

## [0.10.1] - 2020-05-14
### Fixed
Expand Down

0 comments on commit d666bcb

Please sign in to comment.