]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 02:15:37 +0000 (03:15 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 02:15:37 +0000 (03:15 +0100)
commitcc64eb5b9feaf610e75565600f6c6331e8fbe8d4
tree99fef7d579ce989ec22bf01c6a58e2dd2c7a2c2a
parent986e224d5a71342b683975ea0240315a8264616b
Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle
PyByteArray_FromStringAndSize() failure (ex: on memory allocation failure)
Objects/stringlib/partition.h