]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
authorMatthias Klose <doko@ubuntu.com>
Sun, 5 Apr 2009 12:43:08 +0000 (12:43 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sun, 5 Apr 2009 12:43:08 +0000 (12:43 +0000)
commit0610e0808b8cd16137a0859a70bcf47a16da9aa5
tree14e65255d79e674435a8a679d8ebef6d0a3d40b6
parent6c59e72576c37d4452c47ba84c9f7d98c2681a8f
- Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
  (avoiding brown paper typo this time)
Include/object.h
Misc/NEWS