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

2009-11-11 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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 :) --

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

2009-11-10 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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 rep...@bugs.python.org

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

2009-11-10 Thread Jesse Noller
Jesse Noller jnol...@gmail.com added the comment: Please do; I've been swamped - I'm sorry -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7197 ___

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

2009-10-24 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: 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

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

2009-10-24 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Amusingly, there is a Test_TextTestRunner but it's not run by test_unittest -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7197 ___

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

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