summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-02-13 18:34:53 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-02-13 18:34:53 (GMT)
commitedff7af1cf5745ae142a6ad2c25f158ef705aeb0 (patch)
tree934b31561898a94c379b1c28bdf085056e663275 /Misc/NEWS
parentc2d8689150ae86e07dc001b38e24c737849ca028 (diff)
downloadcpython-edff7af1cf5745ae142a6ad2c25f158ef705aeb0.zip
cpython-edff7af1cf5745ae142a6ad2c25f158ef705aeb0.tar.gz
cpython-edff7af1cf5745ae142a6ad2c25f158ef705aeb0.tar.bz2
Issue #7924: Fix an intermittent 'XXX undetected error' crash in
test_capi, due to test_capsule failing to clear an exception. Many thanks to Florent Xicluna for the diagnosis and fix.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 762def2..f911bd4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -738,6 +738,10 @@ Documentation
Tests
-----
+- Issue #7924: Fix an intermittent 'XXX undetected error' failure in
+ test_capi (only seen so far on platforms where the curses module
+ wasn't built), due to an uncleared exception.
+
- issue #7728: test_timeout was changed to use test_support.bind_port
instead of a hard coded port.