mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
93f2ca1f85
Also fix a few memory leaks in other failure scenarios. It seems that if b_objects == Py_None, we will have an extra ref to b_objects. Add XXX comment so hopefully someone documents why the else isn't necessary or adds it in. Reported by Klocwork #20