[issue8205] test_multiprocessing failure

2010-03-23 Thread Florent Xicluna
Florent Xicluna added the comment: Fixed with r79310. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue8205] test_multiprocessing failure

2010-03-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: > It happens only when sysconfig.is_python_build() is True (i.e. build > directory). > > Proposed patch fixes it. Can't say whether the patch is ok, but I confirm it does fix the issue here. -- ___ Python tracker

[issue8205] test_multiprocessing failure

2010-03-22 Thread Florent Xicluna
Florent Xicluna added the comment: It happens only when sysconfig.is_python_build() is True (i.e. build directory). Proposed patch fixes it. -- keywords: +patch Added file: http://bugs.python.org/file16625/issue8205_sys_path.diff ___ Python tracker

[issue8205] test_multiprocessing failure

2010-03-22 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: patch review -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8205] test_multiprocessing failure

2010-03-22 Thread Antoine Pitrou
New submission from Antoine Pitrou : r79165 seems to be the culprit Traceback (most recent call last): File "/home/antoine/cpython/trunk/Lib/test/regrtest.py", line 864, in runtest_inner indirect_test() File "/home/antoine/cpython/trunk/Lib/test/test_multiprocessing.py", line 2028, in