]> granicus.if.org Git - python/commit
bpo-35059: Convert Py_INCREF() to static inline function (GH-10079)
authorVictor Stinner <vstinner@redhat.com>
Mon, 29 Oct 2018 12:43:07 +0000 (13:43 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Oct 2018 12:43:07 +0000 (13:43 +0100)
commit2aaf0c12041bcaadd7f2cc5a54450eefd7a6ff12
treeaf9fe2d82f64b8cd98c0b428219de3b2cbf29676
parentc0799ec973530ad2492bb1d6c7287ffc428f0348
bpo-35059: Convert Py_INCREF() to static inline function (GH-10079)

* Convert Py_INCREF() and Py_DECREF() macros into static inline
  functions.
* Remove _Py_CHECK_REFCNT() macro: code moved into Py_DECREF().
Include/object.h