cpython: 8215dae7ec3c (original) (raw)
Mercurial > cpython
changeset 100552:8215dae7ec3c
Oops, revert unwanted change used to create an example Issue #26564. [#26564]
Victor Stinner victor.stinner@gmail.com | |
---|---|
date | Tue, 15 Mar 2016 22:49:40 +0100 |
parents | cef6a32d805f |
children | 769dfcb701ee |
files | Objects/bytearrayobject.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-)[+] [-] Objects/bytearrayobject.c 1 |
line wrap: on
line diff
--- a/Objects/bytearrayobject.c +++ b/Objects/bytearrayobject.c @@ -2820,7 +2820,6 @@ bytearray_hex(PyBytesObject self) { char argbuf = PyByteArray_AS_STRING(self); Py_ssize_t arglen = PyByteArray_GET_SIZE(self);