#14079: Cython interface to pselect() system call
----------------------------------+-----------------------------------------
       Reporter:  jdemeyer        |         Owner:  jason       
           Type:  enhancement     |        Status:  needs_work  
       Priority:  major           |     Milestone:  sage-5.8    
      Component:  misc            |    Resolution:              
       Keywords:                  |   Work issues:              
Report Upstream:  N/A             |     Reviewers:  Volker Braun
        Authors:  Jeroen Demeyer  |     Merged in:              
   Dependencies:  #14080          |      Stopgaps:              
----------------------------------+-----------------------------------------
Changes (by vbraun):

  * status:  needs_review => needs_work


Comment:

 I get the following:
 {{{
 Traceback (most recent call last):
   File "/home/vbraun/.sage//tmp/pselect_21760.py", line 458, in <module>
     runner=runner)
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/sagedoctest.py", line
 54, in testmod_returning_runner
     runner=runner)
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/ncadoctest.py", line
 1819, in testmod_returning_runner
     for test in finder.find(m, name, globs=globs, extraglobs=extraglobs):
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/ncadoctest.py", line
 839, in find
     self._find(tests, obj, name, module, source_lines, globs, {})
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/ncadoctest.py", line
 893, in _find
     globs, seen)
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/ncadoctest.py", line
 881, in _find
     test = self._get_test(obj, name, module, globs, source_lines)
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/ncadoctest.py", line
 965, in _get_test
     filename, lineno)
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/ncadoctest.py", line
 594, in get_doctest
     return DocTest(self.get_examples(string, name), globs,
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/ncadoctest.py", line
 608, in get_examples
     return [x for x in self.parse(string, name)
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/ncadoctest.py", line
 570, in parse
     self._parse_example(m, name, lineno)
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/ncadoctest.py", line
 628, in _parse_example
     self._check_prompt_blank(source_lines, indent, name, lineno)
   File "/home/vbraun/opt/sage-5.8.beta1/local/bin/ncadoctest.py", line
 715, in _check_prompt_blank
     line[indent:indent+3], line))
 ValueError: line 14 of the docstring for __main__.example_6 lacks blank
 after ...: '            ....:     global got_child'
 Exception raised by doctesting framework. Use -verbose for details.
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14079#comment:19>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to