#13147: Delay the evaluation of SAGE_TMP in order to facilitate forking in
doctesting
------------------------------------------+---------------------------------
       Reporter:  roed                    |         Owner:  mvngu       
           Type:  enhancement             |        Status:  needs_review
       Priority:  major                   |     Milestone:  sage-5.2    
      Component:  doctest                 |    Resolution:              
       Keywords:                          |   Work issues:              
Report Upstream:  N/A                     |     Reviewers:              
        Authors:  David Roe, Mike Hansen  |     Merged in:              
   Dependencies:                          |      Stopgaps:              
------------------------------------------+---------------------------------

Comment (by roed):

 Replying to [comment:31 jhpalmieri]:
 > Line 23 of cleaner.py:
 > {{{
 >     F = os.path.join(misc.SAGE_TMP, 'spawned_processes')
 > }}}
 > Should it say `str(SAGE_TMP)`?

 There was a typo in Mike's version of `speaklater.py` (`__eq__` was
 broken); os.path.join now works without the explicit string cast.

 `os.path.exists` doesn't though (and I'm not sure exactly why, since I
 can't find the source code of `os.stat`).

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13147#comment:34>
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].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to