]> granicus.if.org Git - python/commit
Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'
authorMatthias Klose <doko@ubuntu.com>
Sun, 5 Apr 2009 21:19:13 +0000 (21:19 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sun, 5 Apr 2009 21:19:13 +0000 (21:19 +0000)
commit91a3b9e4f08a5e1325642c68543495c32fc853f9
tree4a9213e6cad613529c58d77888e5fc6a123057d5
parenta5d58c831fa3b23960c9dfa78f7b9c62a31ce3e0
Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'
to avoid compiler warnings.
Include/object.h
Misc/NEWS
Modules/readline.c