On Wed, Oct 3, 2012 at 4:22 AM, Joachim Durchholz <[email protected]> wrote:
> Okay, here's my current plan:
>
> Leave S alone for the moment - I don't feel we have reached a consensus
> there.
>
> Remove all uses of C inside SymPy, replacing them by imports from the
> original module.
> Fix any import cycles that that causes. Techniques I have seen:
> - Move the import statement into the function that uses it
>   (dependencies less clear)

I would point out, that the in my experience, it's quite slow to import
things inside a function, which might or might not be a problem, depending
on the situation. I don't know at the moment, how C.something is doing
performance wise.

However, I agree with this cleanup, thanks for doing this.

Ondrej

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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/sympy?hl=en.

Reply via email to