#16624: upgrade sympy to version 0.7.5
-------------------------------------+-------------------------------------
       Reporter:  rws                |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  major              |    Milestone:  sage-6.4
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Ralf Stephan       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  c280b72b302616eef2d5e0b94848fe8a02af091b
  u/rws/upgrade_sympy_to_version_0_7_5|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by fbissey):

 The whole thing seems to go in circle. I am wondering if the real problem
 is that first a function is imported from ext_main
 {{{
 /home/ralf/sage/local/lib/python2.7/site-packages/mpmath/ctx_mp.py in
 <module>()
      47     from sage.libs.mpmath.ext_main import Context as BaseMPContext
 }}}
 and then you want to import the whole ext_main
 {{{
      48     # pickle hack
 ---> 49     import sage.libs.mpmath.ext_main as _mpf_module
 }}}
 I wonder what they mean by pickle hack? Presumably if we add the import in
 backend.py the import in ctx_mp.py becomes redundant?

--
Ticket URL: <http://trac.sagemath.org/ticket/16624#comment:7>
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to