]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Fri, 24 Mar 2000 20:52:23 +0000 (20:52 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Mar 2000 20:52:23 +0000 (20:52 +0000)
commit5ba3c843db445c0b8d35bc3823f1b402c91ebe08
treee7f208becd9e42a5e5f1a75772acacd41b334eb1
parentd8fbcc95d9585cf1e7a10a24f2717e9d0b7a3de0
Marc-Andre Lemburg:

Andy Robinson noted a core dump in the codecs.c file. This
was introduced by my latest patch which fixed a memory leak
in codecs.c. The bug causes all successful codec lookups to fail.
Python/codecs.c