[issue1533520] Allow thread(ing) tests to pass without setting stack size

2009-04-23 Thread Andrew I MacIntyre
Andrew I MacIntyre added the comment: Pretty much all the test structure in the patch has made it through the re-write to unittest, so closed as out of date. -- resolution: -> out of date status: pending -> closed ___ Python tracker

[issue1533520] Allow thread(ing) tests to pass without setting stack size

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: The relevant tests were converted to unittest and don't rely Lib/test/output/test_thread anymore. I'll close this unless someone wants to salvage tests from the patch. -- nosy: +ajaksu2 priority: normal -> low stage: -> patch review status: open -> pendi