This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients eric.smith
Date 2009-04-16.22:07:45
SpamBayes Score 6.1739047e-06
Marked as misclassified No
Message-id <1239919671.05.0.969461869754.issue5775@psf.upfronthosting.co.za>
In-reply-to
Content
With the changes in r71665, w_object() in marshal.c needs to be checked
for out of memory errors when converting floats to strings. I'm not
convinced the existing error checking was correct, but I haven't spent a
lot of time looking at it.

The fact that w_object() is recursive makes the problem that much tougher.

I'll get to this before the next 3.1 release.
History
Date User Action Args
2009-04-16 22:07:51eric.smithsetrecipients: + eric.smith
2009-04-16 22:07:51eric.smithsetmessageid: <1239919671.05.0.969461869754.issue5775@psf.upfronthosting.co.za>
2009-04-16 22:07:46eric.smithlinkissue5775 messages
2009-04-16 22:07:46eric.smithcreate