New submission from Arfrever Frehtes Taifersar Arahesis <arfrever....@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 <rep...@bugs.python.org> <http://bugs.python.org/issue7438> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com