diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-11 06:09:41 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-11 06:09:41 (GMT) |
commit | 003c9e29520a24da7177f16fe26e758c6baeaaca (patch) | |
tree | 6be60973ee2c4398d93510aafa7309ba264689ae /Misc | |
parent | 8b8c59cf1db86682fdc48791a0fcfa997d36eb06 (diff) | |
download | cpython-003c9e29520a24da7177f16fe26e758c6baeaaca.zip cpython-003c9e29520a24da7177f16fe26e758c6baeaaca.tar.gz cpython-003c9e29520a24da7177f16fe26e758c6baeaaca.tar.bz2 |
Fix the failures on cygwin (2006-08-10 fixed the actual locking issue).
The first hunk changes the colon to an ! like other Windows variants.
We need to always wait on the child so the lock gets released and
no other tests fail. This is the try/finally in the second hunk.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ Extension Modules Tests ----- +- test_mailbox should now work on cygwin versions 2006-08-10 and later. + - Bug #1535182: really test the xreadlines() method of bz2 objects. - test_threading now skips testing alternate thread stack sizes on |