]> granicus.if.org Git - python/commit
Fix bug 126587: matchobject.groupdict() leaks memory because of a missing
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Dec 2000 14:39:10 +0000 (14:39 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Dec 2000 14:39:10 +0000 (14:39 +0000)
commit48f224c877c739031df928c05a98206b5cecfbcd
tree90c22a4edf7d0cbacb573209d68ec1c476e87953
parent738293d663d426ed5bca8d59d9e290bc3d339eb0
Fix bug 126587: matchobject.groupdict() leaks memory because of a missing
    DECREF
Modules/_sre.c