]> granicus.if.org Git - python/commit
bpo-35059: Convert Py_XINCREF() to static inline function (GH-10224)
authorVictor Stinner <vstinner@redhat.com>
Mon, 29 Oct 2018 19:52:41 +0000 (20:52 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Oct 2018 19:52:41 +0000 (20:52 +0100)
commit541497e6197268517b0d492856027774c43e0949
tree78e1f8d8002c31ce323527a2956278c969be6b0c
parent0200928e8df012d408530b06a98119024bc82511
bpo-35059: Convert Py_XINCREF() to static inline function (GH-10224)

Convert Py_XINCREF() and Py_XDECREF() macros into static inline
functions.
Include/object.h