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.
Created on 2009年04月16日 22:07 by eric.smith, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg86049 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2009年04月16日 22:07 | |
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. |
|||
| msg86228 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2009年04月21日 11:58 | |
Fixed in r71783. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:47 | admin | set | nosy:
+ benjamin.peterson github: 50025 |
| 2009年04月21日 11:58:04 | eric.smith | set | status: open -> closed resolution: fixed messages: + msg86228 |
| 2009年04月16日 22:07:46 | eric.smith | create | |