[issue7197] test_multiprocessing crashes under Windows when run in verbose mode

2009-11-11 Thread Antoine Pitrou
Antoine Pitrou added the comment: This has been committed to trunk (r76196) and py3k (r76198). I'm reluctant to backport it to 2.6/3.1 because unittest has changed a lot in-between, and the old version doesn't have a lot of tests. Please do if you think it's useful :) -- resolution: ->

[issue7197] test_multiprocessing crashes under Windows when run in verbose mode

2009-11-10 Thread Jesse Noller
Jesse Noller added the comment: Please do; I've been swamped - I'm sorry -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue7197] test_multiprocessing crashes under Windows when run in verbose mode

2009-11-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, if nobody objects, I will commit it since it's simple enough and blocks any attempt at diagnosing test_multiprocessing under Windows. -- ___ Python tracker

[issue7197] test_multiprocessing crashes under Windows when run in verbose mode

2009-10-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a patch. -- keywords: +patch stage: -> patch review Added file: http://bugs.python.org/file15192/testrunner.patch ___ Python tracker __

[issue7197] test_multiprocessing crashes under Windows when run in verbose mode

2009-10-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: Amusingly, there is a Test_TextTestRunner but it's not run by test_unittest -- ___ Python tracker ___ __

[issue7197] test_multiprocessing crashes under Windows when run in verbose mode

2009-10-24 Thread Antoine Pitrou
New submission from Antoine Pitrou : When run under Windows in verbose mode ("python -m test.regrtest -v test_multiprocessing"), most tests in test_multiprocessing fail with a recursion limit error. The explanation is that most tests are written in the following manner: class _TestArray(BaseTes