diff options
author | Christian Heimes <christian@cheimes.de> | 2013-01-06 15:41:56 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-01-06 15:41:56 (GMT) |
commit | 61dbb0086952cdc13f3ca89db810ec365a9cf9b7 (patch) | |
tree | 22595ccea2c798864799877ffff24ca30f6f788c /Misc | |
parent | a873690d2c027cdd1683a9b8fd013563f9b150c8 (diff) | |
download | cpython-61dbb0086952cdc13f3ca89db810ec365a9cf9b7.zip cpython-61dbb0086952cdc13f3ca89db810ec365a9cf9b7.tar.gz cpython-61dbb0086952cdc13f3ca89db810ec365a9cf9b7.tar.bz2 |
Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.3.1? Core and Builtins ----------------- +- Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. + - Issue #16856: Fix a segmentation fault from calling repr() on a dict with a key whose repr raise an exception. |