[New-bugs-announce] [issue7438] Allow to use a part of subprocess module during building Python

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sat Dec 5 05:34:44 CET 2009


New submission from Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com>:

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.

----------
components: Library (Lib)
files: subprocess.py-2.7.patch
keywords: patch
messages: 95980
nosy: Arfrever
severity: normal
status: open
title: Allow to use a part of subprocess module during building Python
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file15451/subprocess.py-2.7.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7438>
_______________________________________


More information about the New-bugs-announce mailing list