Opened 8 years ago
Closed 8 years ago
#191 closed defect (invalid)
python subprocess.Popen()
Reported by: | Silvan Scherrer | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | python | Version: | |
Severity: | low | Keywords: | |
Cc: |
Description
for some reason subprocess.Popen() or also subprocess.check_output() don't bring the stdout back. I attached a small testcase in here.
Attachments (1)
Change History (3)
by , 8 years ago
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
ok this is clearly not a python issue. it's an issue of the called app. in this case it is pkg-config. and pkg-config works as it should, since we added a flush() when it ends.
Note:
See TracTickets
for help on using tickets.
might be the same as #136