Issue 7438: Allow to use a part of subprocess module during building Python (original ) (raw ) Issue7438
Created on 2009-12-05 04:34 by Arfrever , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (3)
msg95980 - (view)
Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) *
Date: 2009-12-05 04:34
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.
msg153842 - (view)
Author: Éric Araujo (eric.araujo) *
Date: 2012-02-21 03:19
> It is sometimes useful to call subprocess.Popen() in setup.py of Python. What use cases do you have in mind? Maybe you want to remove the half-dozen calls to os.system?
msg404741 - (view)
Author: Irit Katriel (iritkatriel) *
Date: 2021-10-22 10:04
Closed after 12 years of inactivity. The code has moved on quite a bit since then.
History
Date
User
Action
Args
2022-04-11 14:56:55
admin
set
github: 51687
2021-10-22 10:04:09
iritkatriel
set
status: open -> closednosy: + iritkatriel messages: + resolution: out of datestage: patch review -> resolved
2017-02-19 13:23:07
yan12125
set
nosy: + yan12125
2012-02-21 03:19:48
eric.araujo
set
nosy: + eric.araujo messages: + versions: + Python 3.3, - Python 2.7, Python 3.2
2009-12-05 19:52:25
brett.cannon
set
priority: lowkeywords: + needs review type: behaviorstage: patch review
2009-12-05 04:35:48
Arfrever
set
files: + subprocess.py-3.2.patch
2009-12-05 04:34:43
Arfrever
create