summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-07-13 17:46:54 (GMT)
committerThomas Heller <theller@ctypes.org>2007-07-13 17:46:54 (GMT)
commitef4fff34351defce057bd45135341fb10557b4f3 (patch)
tree4aaf82d106b4f7410824a155bb0d083f8c3d36dd /Misc
parentfa704c6adef703271844349bad94fbf7d09143d9 (diff)
downloadcpython-ef4fff34351defce057bd45135341fb10557b4f3.zip
cpython-ef4fff34351defce057bd45135341fb10557b4f3.tar.gz
cpython-ef4fff34351defce057bd45135341fb10557b4f3.tar.bz2
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aa02388..c4f0eee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -708,6 +708,9 @@ Library
Extension Modules
-----------------
+- Bug #1649098: Avoid declaration of zero-sized array declaration in
+ structure.
+
- Removed the rgbimg module; been deprecated since Python 2.5.
- Bug #1721309: prevent bsddb module from freeing random memory.