Message3401

Author colinhevans
Recipients colinhevans
Date 2008-08-05.03:55:24
SpamBayes Score 0.00013614197
Marked as misclassified No
Message-id <1217908525.2.0.493183595977.issue1098@psf.upfronthosting.co.za>
In-reply-to
Content
The bug is caused because PyStringMap.readObject() doesn't ensure that
there is a null entry, which causes PyStringMap.__finditem__() to loop
when trying to retrieve keys that are not in the map.  The easy fix is
to add 1 to the required capacity in PyStringMap.readObject().
History
Date User Action Args
2008-08-05 03:55:25colinhevanssetmessageid: <1217908525.2.0.493183595977.issue1098@psf.upfronthosting.co.za>
2008-08-05 03:55:25colinhevanssetrecipients: + colinhevans
2008-08-05 03:55:25colinhevanslinkissue1098 messages
2008-08-05 03:55:24colinhevanscreate