summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-04-04 15:54:25 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-04-04 15:54:25 (GMT)
commit9247e7235999af42c2dba78c9b21dc46f972d718 (patch)
treedce356b5cd881ed4130dd8082fa3b6495d1a03b7 /Misc
parent23cafd27cfd45f143c21a61319d230acc5ecf0ea (diff)
downloadcpython-9247e7235999af42c2dba78c9b21dc46f972d718.zip
cpython-9247e7235999af42c2dba78c9b21dc46f972d718.tar.gz
cpython-9247e7235999af42c2dba78c9b21dc46f972d718.tar.bz2
Merged revisions 71159 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71159 | matthias.klose | 2009-04-04 17:51:23 +0200 (Sa, 04 Apr 2009) | 2 lines - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 616d43b..0774988 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,8 @@ Core and Builtins
- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
short file names.
+- Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
+
Library
-------