summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-04-04 15:51:23 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-04-04 15:51:23 (GMT)
commit8212a823712061550c1757ef688cde0f4faec953 (patch)
treee74c725f24f5b8a08ffc3425c5b2b39c59aea5b9 /Misc/NEWS
parentedb5e1e09ecf92a4911c154217c9c979d827caeb (diff)
downloadcpython-8212a823712061550c1757ef688cde0f4faec953.zip
cpython-8212a823712061550c1757ef688cde0f4faec953.tar.gz
cpython-8212a823712061550c1757ef688cde0f4faec953.tar.bz2
- Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index db86b51..f254bfd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -207,6 +207,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
-------