De-allocate function temp variables _after_ computing return value, in case an except...
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 27 Jan 2007 07:06:06 +0000 (23:06 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 27 Jan 2007 07:06:06 +0000 (23:06 -0800)
commitca53faeb24fe747ec47c521491336fded608d859
treeac76fda76212ba1f2fd14dabdf4bef948a4941b4
parentf3a3bbcffc8ad71dc9ba4b407a905dbbdcb16319
De-allocate function temp variables _after_ computing return value, in case an exception is thrown, caught, and said temp variables still need to be accessed.
Cython/Compiler/Nodes.py