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 | python-dev |
|---|---|
| Recipients | gregory.p.smith, python-dev, vstinner |
| Date | 2013年07月11日.22:59:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <3brt471NQtz7Lk4@mail.python.org> |
| In-reply-to |
| Content | |
|---|---|
New changeset 4975bcd67aa7 by Victor Stinner in branch 'default': Issue #18408: normalizestring() now raises MemoryError on memory allocation failure http://hg.python.org/cpython/rev/4975bcd67aa7 New changeset 1eac89af9acf by Victor Stinner in branch 'default': Issue #18408: Oh, I was wrong: Pickler_New() must call Py_DECREF() to destroy http://hg.python.org/cpython/rev/1eac89af9acf New changeset d9446c2a2fd4 by Victor Stinner in branch 'default': Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on http://hg.python.org/cpython/rev/d9446c2a2fd4 New changeset 2f7c4df5cc46 by Victor Stinner in branch 'default': Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now http://hg.python.org/cpython/rev/2f7c4df5cc46 New changeset affb87b1d7ec by Victor Stinner in branch 'default': Issue #18408: pmerge() help of mro_implementation() now raises MemoryError on http://hg.python.org/cpython/rev/affb87b1d7ec New changeset f85fcbbbe8de by Victor Stinner in branch 'default': Issue #18408: _PyMemoTable_ResizeTable() now restores the old table if http://hg.python.org/cpython/rev/f85fcbbbe8de New changeset bb5da6e795a1 by Victor Stinner in branch 'default': Issue #18408: _pickle.c: Add missing PyErr_NoMemory() on memory allocation failures http://hg.python.org/cpython/rev/bb5da6e795a1 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013年07月11日 22:59:04 | python-dev | set | recipients: + python-dev, gregory.p.smith, vstinner |
| 2013年07月11日 22:59:04 | python-dev | link | issue18408 messages |
| 2013年07月11日 22:59:04 | python-dev | create | |