New submission from Eric Smith <e...@trueblade.com>: 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. ---------- assignee: eric.smith components: Interpreter Core messages: 86049 nosy: eric.smith priority: release blocker severity: normal status: open title: marshal.c needs to be checked for out of memory errors type: resource usage versions: Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5775> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com