| commit | 0522d9891aec9b7d49049a8a47b687c81929e02d | [log] [tgz] |
|---|---|---|
| author | Jeremy Hylton <jeremy@alum.mit.edu> | Fri Mar 08 21:28:54 2002 +0000 |
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | Fri Mar 08 21:28:54 2002 +0000 |
| tree | 5d50a44b2884fa096399230347975bbaadd26e4c | |
| parent | 6ae6a43a77e3170cc952d182b67533b560eb6dbe [diff] |
Fix leak of NotImplemented in previous checkin to PyNumber_Add(). If result == Py_NotImplemented, always DECREF it before assigning a new value to result.