Roundup Robot added the comment: 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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18408> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com