-
- Downloads
py: Implement delete for property and descriptors.
Without this patch deleting a property, or class with descriptor, will call the setter with a NULL value and lead to a crash.
Please register or sign in to comment
Without this patch deleting a property, or class with descriptor, will call the setter with a NULL value and lead to a crash.