[issue3148] multiprocessing test hangs

2008-06-19 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> duplicate status: open -> closed superseder: -> test_multiprocessing hangs on OS X 10.5.3 ___ Python tracker <[EMAIL PROTECTED]> _

[issue3148] multiprocessing test hangs

2008-06-19 Thread Jean Brouwers
Jean Brouwers <[EMAIL PROTECTED]> added the comment: Sorry, this issue has already been raised in #3088. Please ignore. ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3148] multiprocessing test hangs

2008-06-19 Thread Jean Brouwers
New submission from Jean Brouwers <[EMAIL PROTECTED]>: The test_multiprocessing hangs with both Python 2.6b1 and 3.0b1 on MacOS X 10.4.11 (Intel) but only when using make test. However, the test runs and passes in both builds if run separately, e.g. with ./python Lib/test/test_mutliprocessin