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)
reference count decreased (and was therefore freed) even though it was
still used in a PyDict. Good riddance.


No differences found