summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-12-18 17:08:32 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-12-18 17:08:32 (GMT)
commit3ad3a0d366e48798f17dc3db4377fc9659d52d05 (patch)
tree783d501b6bbe5b1bfd3ba8ef74f38fcd80f1aa05 /Misc
parentf289ae6f01683689dfd07785c9617175b40aea91 (diff)
downloadcpython-3ad3a0d366e48798f17dc3db4377fc9659d52d05.zip
cpython-3ad3a0d366e48798f17dc3db4377fc9659d52d05.tar.gz
cpython-3ad3a0d366e48798f17dc3db4377fc9659d52d05.tar.bz2
Issue #4583: crash after resizing an array.array which has buffer exports.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eb9a2bf..9274a83 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
What's New in Python 3.1 alpha 0
================================
-*Release date: XX-XXX-2008*
+*Release date: XX-XXX-200X*
Core and Builtins
-----------------
@@ -132,6 +132,10 @@ Extension Modules
- Issues #3167, #3682: Fix test_math failures for log, log10 on Solaris,
OpenBSD.
+- Issue #4583: array.array would not always prohibit resizing when a buffer
+ has been exported, resulting in an interpreter crash when accessing the
+ buffer.
+
Build
-----