Comment #4 on issue 2960 by [email protected]: It right 0 < x < 1 ?
http://code.google.com/p/sympy/issues/detail?id=2960

Hmm. In regards to the second bullet point, I have again some 2-minutes-of-thoughts options. (Apologies, I am focused elsewhere so I can't do any deep thinking on this particular problem right now):

* Through the use of a second global (well, it needn't be a global, but it must be some storage that is accessible and external to, in this case, LT and test), I would think it would be possible to clear it. Just not immediately when you might think.

* A similar approach might be to do some polymorphism in regards to which functions are assigned to what symbol and when.

* Another option that comes to mind would be do some black magic with the call stack and judicious exploration with sys._getframe, etc.



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

Reply via email to