#9003: Doctest (or whatever???) failure on Mac OS X in free_module.py
------------------------+---------------------------------------------------
Reporter: kcrisman | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.4.3
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by wjp):
I think the ipython/sage output history might still be holding a ref
there:
{{{
sage: V = QQ^7
sage: V.rename('foo')
sage: del V
sage: import gc
sage: gc.collect()
60
sage: QQ^7
Vector space of dimension 7 over Rational Field
sage: V = QQ^7
sage: V.rename('foo')
sage: V
foo
sage: import gc
sage: gc.collect()
9
sage: QQ^7
foo
}}}
(I left out printing V the first time.)
I don't understand the impact of the version either... It might just be
affecting the GC algorithm in some subtle way due to different memory
usage, but I realize that's next to impossible to verify.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9003#comment:27>
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.