]> sigrok.org Git - libsigrokdecode.git/commit
Avoid using Py_IncRef/Py_DecRef for consistency.
authorUwe Hermann <redacted>
Sat, 23 Nov 2019 15:42:44 +0000 (16:42 +0100)
committerUwe Hermann <redacted>
Sat, 23 Nov 2019 16:08:21 +0000 (17:08 +0100)
commit733047eda1c19e34fc55cdd7724999974f56176e
treef892261245af64d629415c5c442c853f7bd7aff8
parent144a09700d242ceac48a739f9fcdb3649f4c72b8
Avoid using Py_IncRef/Py_DecRef for consistency.

We currently use a mix of Py_IncRef/Py_DecRef and Py_XINCREF/Py_XDECREF
or Py_INCREF/Py_DECREF in the code-base. Only use the latter variants
for the time being (for consistency).
instance.c
type_decoder.c