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, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2013-10-29.02:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3d7y3q580SzQkQ@mail.python.org>
In-reply-to
Content
New changeset 549cd815bf8d by Victor Stinner in branch 'default':
Issue #18408: Fix error handling in PyBytes_FromObject()
http://hg.python.org/cpython/rev/549cd815bf8d

New changeset 9d9371d4ff7b by Victor Stinner in branch 'default':
Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle
http://hg.python.org/cpython/rev/9d9371d4ff7b

New changeset 20cd15a28ad3 by Victor Stinner in branch 'default':
Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memory
http://hg.python.org/cpython/rev/20cd15a28ad3

New changeset 1386fb31c0ed by Victor Stinner in branch 'default':
Issue #18408: Fix PyCStructUnionType_update_stgdict(), handle
http://hg.python.org/cpython/rev/1386fb31c0ed
History
Date User Action Args
2013-10-29 02:51:42python-devsetrecipients: + python-dev, gregory.p.smith, pitrou, vstinner, neologix, serhiy.storchaka
2013-10-29 02:51:42python-devlinkissue18408 messages
2013-10-29 02:51:41python-devcreate