commit | 42e4124304493e93d490fcf1147617a8adc4da0d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Feb 15 19:52:38 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Feb 15 19:52:38 2008 +0000 |
tree | 69c2c571c3eb4c10e5b2c4bf898b770c8be046a1 | |
parent | 9c04257bf91df5739bc071ba07c307a8cce3063b [diff] [blame] |
Revert 60793 for test_array; on a 64-bit system, MemoryError was not guaranteed.
diff --git a/Misc/NEWS b/Misc/NEWS index d5efce7..ac96e21 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,7 @@ ----------------- - Fix deallocation of array objects when allocation ran out of memory. + Remove array test case that was incorrect on 64-bit systems. What's New in Python 2.5.2c1?