This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients pitrou, tarek
Date 2011-05-21.22:32:30
SpamBayes Score 6.037756e-08
Marked as misclassified No
Message-id <1306017151.29.0.46445476318.issue12141@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-05-21 22:32:31tareksetrecipients: + tarek, pitrou
2011-05-21 22:32:31tareksetmessageid: <1306017151.29.0.46445476318.issue12141@psf.upfronthosting.co.za>
2011-05-21 22:32:30tareklinkissue12141 messages
2011-05-21 22:32:30tarekcreate