| commit | 61dbb0086952cdc13f3ca89db810ec365a9cf9b7 | [log] [tgz] |
|---|---|---|
| author | Christian Heimes <christian@cheimes.de> | Sun Jan 06 16:41:56 2013 +0100 |
| committer | Christian Heimes <christian@cheimes.de> | Sun Jan 06 16:41:56 2013 +0100 |
| tree | 22595ccea2c798864799877ffff24ca30f6f788c | |
| parent | a873690d2c027cdd1683a9b8fd013563f9b150c8 [diff] |
Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
diff --git a/Misc/NEWS b/Misc/NEWS index 15a9736..2d07675 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.