Message136483
this test module looks for sysconfig.get_config_var('srcdir') which in turns uses the sys,executable path.
multiprocess seems to change it in every process, leading to the errors.
To reproduce:
./python Lib/test/regrtest.py -j2 -v test_packaging
A workaround is to skip the test in case the file is not found, but we need to fix it because it boils down to sysconfig being broken in multiprocess |
|
Date |
User |
Action |
Args |
2011-05-21 22:32:31 | tarek | set | recipients:
+ tarek, pitrou |
2011-05-21 22:32:31 | tarek | set | messageid: <1306017151.29.0.46445476318.issue12141@psf.upfronthosting.co.za> |
2011-05-21 22:32:30 | tarek | link | issue12141 messages |
2011-05-21 22:32:30 | tarek | create | |
|