Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix segfault calling
id_properties_ui("prop").update()
Fix segfault when calling `some_id.id_properties_ui("propname").update()`, i.e. call the `update()` function without any keyword arguments. In such a case, Python passes `kwargs = NULL`, but `PyDict_Contains()` is not `NULL`-safe.
- Loading branch information