Re: Issue 3357 in sympy: Functions clear variables in SymPy Live

2013-05-30 Thread sympy
Updates: Status: Fixed Comment #6 on issue 3357 by li.david...@gmail.com: Functions clear variables in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3357 (No comment was entered for this change.) -- You received this message because this project is configured to send all

Re: Issue 3357 in sympy: Functions clear variables in SymPy Live

2013-05-30 Thread sympy
Updates: Status: Started Comment #5 on issue 3357 by asmeu...@gmail.com: Functions clear variables in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3357 Oh, I guess it's at https://github.com/sympy/sympy-live/pull/68 -- You received this message because this project is c

Re: Issue 3357 in sympy: Functions clear variables in SymPy Live

2013-05-30 Thread sympy
Comment #4 on issue 3357 by asmeu...@gmail.com: Functions clear variables in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3357 So is the fix easy? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust

Re: Issue 3357 in sympy: Functions clear variables in SymPy Live

2013-05-30 Thread sympy
Comment #3 on issue 3357 by li.david...@gmail.com: Functions clear variables in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3357 Okay, the issue is that a line of code was placed in the wrong place... When an unpicklable is created, it compares the new globals dict with the

Re: Issue 3357 in sympy: Functions clear variables in SymPy Live

2013-03-21 Thread sympy
Comment #2 on issue 3357 by asmeu...@gmail.com: Functions clear variables in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3357 It likely has to do with the way we store things between sessions using pickling. -- You received this message because this project is configured to

Re: Issue 3357 in sympy: Functions clear variables in SymPy Live

2013-03-21 Thread sympy
Comment #1 on issue 3357 by ivan.sa...@gmail.com: Functions clear variables in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3357 I guess ''def'' doesn't work as expected... Is this something specific to app engine? -- You received this message because this project is configure

Issue 3357 in sympy: Functions clear variables in SymPy Live

2012-08-10 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-High Live New issue 3357 by asmeu...@gmail.com: Functions clear variables in SymPy Live http://code.google.com/p/sympy/issues/detail?id=3357 For some reason, defining a function clears user-defined names in SymPy Live. a = 1 print a