pyo3/guide
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
book.toml guide: fixups to build 2021-04-03 10:50:57 +01:00
pyo3_version.py guide: bump mdbook to 0.4.10 2021-07-20 08:54:21 +01:00