diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-02-13 18:43:28 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-02-13 18:43:28 (GMT) |
commit | 6243c6ab10533e5f8d22b5991e254a45180b8920 (patch) | |
tree | afa9002f1d4bfa44188e3b0799e8f3a879119779 /Misc | |
parent | 232df04558e6c0891ba183d61d76ea5469ff16db (diff) | |
download | cpython-6243c6ab10533e5f8d22b5991e254a45180b8920.zip cpython-6243c6ab10533e5f8d22b5991e254a45180b8920.tar.gz cpython-6243c6ab10533e5f8d22b5991e254a45180b8920.tar.bz2 |
Merged revisions 78172-78173 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r78172 | mark.dickinson | 2010-02-13 18:34:53 +0000 (Sat, 13 Feb 2010) | 4 lines
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.
........
r78173 | mark.dickinson | 2010-02-13 18:37:34 +0000 (Sat, 13 Feb 2010) | 1 line
Revert an earlier attempt (r76810) to fix the intermittent test_capi failures fixed in r78172.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -308,6 +308,10 @@ Extension Modules 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. |