fix refcounting in __Pyx_Raise() because PyErr_NormalizeException() increfs its retur...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 23 Nov 2013 10:21:00 +0000 (11:21 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 23 Nov 2013 10:21:00 +0000 (11:21 +0100)
commit91bbd1eeaec88ce578cf984b6620a260ecaf5c7a
tree5f84b4d047f54a53a39ca908a43ff1338c3841dd
parenta6195f1a44ab21f5aa4b2a1b1842dd93115a3f42
fix refcounting in __Pyx_Raise() because PyErr_NormalizeException() increfs its return values
Cython/Utility/Exceptions.c