diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-04-04 15:54:25 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-04-04 15:54:25 (GMT) |
commit | 9247e7235999af42c2dba78c9b21dc46f972d718 (patch) | |
tree | dce356b5cd881ed4130dd8082fa3b6495d1a03b7 /Misc | |
parent | 23cafd27cfd45f143c21a61319d230acc5ecf0ea (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------- |