[issue5775] marshal.c needs to be checked for out of memory errors

2009-04-21 Thread Eric Smith
Eric Smith added the comment: Fixed in r71783. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-

[issue5775] marshal.c needs to be checked for out of memory errors

2009-04-16 Thread Eric Smith
New submission from Eric Smith : 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(