#877: [with patch, positive review] "sage -coverage" should not care about
functions which are local to other functions/methods
---------------------------+------------------------------------------------
Reporter: cwitty | Owner: jhpalmieri
Type: defect | Status: assigned
Priority: minor | Milestone: sage-4.1.1
Component: documentation | Keywords:
Reviewer: | Author: John Palmieri
Merged: |
---------------------------+------------------------------------------------
Comment(by schilly):
quick note just from looking at the patch: i makes more sense to move the
re.compile statement *before* the {{{while True:}}} loop. It's purpose is
to speed up the regex searches and shouldn't be compiled in every loop!
just exchange line 20 and 21 in the merged file.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/877#comment:6>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---