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 python-dev, skrah, vstinner
Date 2013-11-08.00:02:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dG1rP4ML8z7Lkt@mail.python.org>
In-reply-to
Content
New changeset f2cd38795931 by Victor Stinner in branch 'default':
Issue #19437: Fix fsconvert_strdup(), raise a MemoryError on PyMem_Malloc()
http://hg.python.org/cpython/rev/f2cd38795931

New changeset f88c6417b9f6 by Victor Stinner in branch 'default':
Issue #19437: Fix _io._IOBase.close(), handle _PyObject_SetAttrId() failure
http://hg.python.org/cpython/rev/f88c6417b9f6

New changeset 0f48843652b1 by Victor Stinner in branch 'default':
Issue #19437: Fix datetime_subtract(), handle new_delta() failure
http://hg.python.org/cpython/rev/0f48843652b1
History
Date User Action Args
2013-11-08 00:02:30python-devsetrecipients: + python-dev, vstinner, skrah
2013-11-08 00:02:30python-devlinkissue19437 messages
2013-11-08 00:02:30python-devcreate