]> granicus.if.org Git - python/commit
bpo-35230: dict: Remove some macros (GH-10513)
authorINADA Naoki <methane@users.noreply.github.com>
Wed, 14 Nov 2018 09:39:27 +0000 (18:39 +0900)
committerGitHub <noreply@github.com>
Wed, 14 Nov 2018 09:39:27 +0000 (18:39 +0900)
commita757649fd6535c5e65481eb1077e30687421b92b
tree61efeaa58732fb29018668d5ed48baeab5499c20
parent8e0b05e2f4b9fd703cbe1ae8d058852ef3781f44
bpo-35230: dict: Remove some macros (GH-10513)

Remove _Py_REF_DEBUG_COMMA, DK_DEBUG_INCREF, and DK_DEBUG_DECREF.
Convert DK_INCREF and DK_DECREF to static inline functions.
Include/object.h
Objects/dictobject.c