Decref error in except clause
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 24 Oct 2007 07:14:26 +0000 (00:14 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 24 Oct 2007 07:14:26 +0000 (00:14 -0700)
commitbc0844d150b4166e5edb510f1c58b3b422471ac4
tree0c961a269936aba36923f1076ef66ca1a4f1abe5
parent51080d62691f312f34d732863e69b8d544992dcf
Decref error in except clause

Temporary variables must be set to zero or they might be XDECREF'ed later, generating very hard to track bugs.
Cython/Compiler/Nodes.py