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 Arfrever
Recipients Arfrever
Date 2009-12-05.04:34:41
SpamBayes Score 3.1287773e-06
Marked as misclassified No
Message-id <1259987684.71.0.162752431193.issue7438@psf.upfronthosting.co.za>
In-reply-to
Content
It is sometimes useful to call subprocess.Popen() in setup.py of
Python. Currently it would fail, because subprocess module tries to
import some modules, which not always are used. I suggest to delay some
imports.
History
Date User Action Args
2009-12-05 04:34:44Arfreversetrecipients: + Arfrever
2009-12-05 04:34:44Arfreversetmessageid: <1259987684.71.0.162752431193.issue7438@psf.upfronthosting.co.za>
2009-12-05 04:34:42Arfreverlinkissue7438 messages
2009-12-05 04:34:42Arfrevercreate