]> granicus.if.org Git - python/commit
Fix the failures on cygwin (2006-08-10 fixed the actual locking issue).
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 Aug 2006 06:09:41 +0000 (06:09 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 Aug 2006 06:09:41 +0000 (06:09 +0000)
commit003c9e29520a24da7177f16fe26e758c6baeaaca
tree6be60973ee2c4398d93510aafa7309ba264689ae
parent8b8c59cf1db86682fdc48791a0fcfa997d36eb06
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.
Lib/test/test_mailbox.py
Misc/NEWS