commit | 6063e2615f4d8647e1808d0c94286e525085536f | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Aug 08 01:06:39 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Aug 08 01:06:39 2002 +0000 |
tree | f5731d68b917c7044ce0b969910c895ffc8ba4d6 | |
parent | 443fec3dd9c1a2c60b538af0504d4926e633b9b4 [diff] |
PyList_Reverse(): This was leaking a reference to Py_None on every call. I believe I introduced this bug when I refactored the reversal code so that the mergesort could use it too. It's not a problem on the 2.2 branch.