commit | 36fbb730a72c0a00a2c2dc44d49b9b7af5a86174 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Nov 16 00:34:25 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Nov 16 00:34:25 2009 +0000 |
tree | 8a0974491dc19e492251a69df00b5d30fb29a3ad | |
parent | 91799ae3e11cc85798ffaa633369895f216c6c65 [diff] |
fix one visible and several possible refleaks in rangeobject.c In some cases, the code was just reordered to allow for less decrefing.