pyo3/pyo3-macros-backend
Gregory Szorc 410c9f13c9 macros: raise AttributeError on property deletion requests
The setter function will receive a NULL value on deletion requests.
This wasn't properly handled before, leading to a panic.

The new code raises AttributeError in this scenario instead.

A test for the behavior has been added. Documentation has also
been updated to reflect the behavior.
2021-08-13 21:01:00 -07:00
..
src macros: raise AttributeError on property deletion requests 2021-08-13 21:01:00 -07:00
Cargo.toml release: 0.14.2 2021-08-09 07:58:31 +01:00
LICENSE macros: rename crates for consistency 2020-12-20 06:39:28 +00:00