#6586: [with spkg, needs review] update Sphinx to version 0.6.2
-------------------------+--------------------------------------------------
Reporter: jhpalmieri | Owner: mabshoff
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.1.1
Component: packages | Keywords:
Reviewer: | Author:
Merged: |
-------------------------+--------------------------------------------------
Comment(by jhpalmieri):
Nice observation. Making the change with weak_references does indeed
speed things up:
{{{
0.5.1 28 minutes
0.6.2 43 minutes
0.6.2 33 minutes (version using weakref)
}}}
With no other changes, it includes all of the private methods, as already
pointed out (and I assume it did before using weakref -- this may account
for some of the increased time, since it's producing more output), but it
also includes (for some classes, anyway), an entry for {{{__weakref)_}}}.
See the documentation for sage/algebras/steenrod_algebra.py, for instance:
it lists as an attribute of SteenrodAlgebraFactory
{{{
__weakref__
list of weak references to the object (if defined)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6586#comment:14>
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
-~----------~----~----~----~------~----~------~--~---