fixed a rather nasty memory allocation bug, where a PyLong had it's
authorkramm <kramm>
Thu, 8 Apr 2004 08:52:44 +0000 (08:52 +0000)
committerkramm <kramm>
Thu, 8 Apr 2004 08:52:44 +0000 (08:52 +0000)
commitf44240dc075f338630e1f02de3baca03f8806da8
treeb0c9eaa247a6a1908d77061a3756803fc057a4cf
parent263d494bd93334ec04c81dcbe47b69675fa23007
fixed a rather nasty memory allocation bug, where a PyLong had it's
reference count decreased (and was therefore freed) even though it was
still used in a PyDict. Good riddance.
lib/python/tagmap.c