diff options
author | Thomas Heller <theller@ctypes.org> | 2007-07-13 17:46:54 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-07-13 17:46:54 (GMT) |
commit | ef4fff34351defce057bd45135341fb10557b4f3 (patch) | |
tree | 4aaf82d106b4f7410824a155bb0d083f8c3d36dd /Misc | |
parent | fa704c6adef703271844349bad94fbf7d09143d9 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |