Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: fix double decref in init_type_kind_set()
We're explicitly calling Py_DECREF() on a variable that we defined with _cleanup_pydecref_. Luckily, the variable should be set to Py_None, so it's unlikely to be a problem in practice. Fixes: 9b73b44 ("python: add TypeKindSet") Signed-off-by: Omar Sandoval <[email protected]>
- Loading branch information