diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-18 17:08:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-18 17:08:32 (GMT) |
commit | 3ad3a0d366e48798f17dc3db4377fc9659d52d05 (patch) | |
tree | 783d501b6bbe5b1bfd3ba8ef74f38fcd80f1aa05 /Misc | |
parent | f289ae6f01683689dfd07785c9617175b40aea91 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ----- |