#7473: Sphinx hangs when making a clone
-----------------------------+----------------------------------------------
   Reporter:  mpatel         |       Owner:  mvngu
       Type:  defect         |      Status:  new  
   Priority:  major          |   Milestone:       
  Component:  documentation  |    Keywords:       
Work_issues:                 |      Author:       
   Reviewer:                 |      Merged:       
-----------------------------+----------------------------------------------

Comment(by mpatel):

 What if we capture `stderr` and `stdin`, too, in
 {{{
 #!python
     proc = subprocess.Popen([cmd], stdout=subprocess.PIPE, shell=True)
 }}}
 ?  Or do the opposite?  For example, `builder.py` issues
 `subprocess.call(build_command, shell=True)`, which is shorthand for
 `subprocess.Popen(build_command, shell=True).wait()`.   But this may not
 be relevant.

 I'll try to take a closer look soon.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7473#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--

You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=.


Reply via email to