commit | cc64eb5b9feaf610e75565600f6c6331e8fbe8d4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 29 03:15:37 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 29 03:15:37 2013 +0100 |
tree | 99fef7d579ce989ec22bf01c6a58e2dd2c7a2c2a | |
parent | 986e224d5a71342b683975ea0240315a8264616b [diff] |
Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle PyByteArray_FromStringAndSize() failure (ex: on memory allocation failure)