]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#4759: fix a segfault for bytearray.translate(x, None).
authorGeorg Brandl <georg@python.org>
Sun, 28 Dec 2008 11:48:08 +0000 (11:48 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 28 Dec 2008 11:48:08 +0000 (11:48 +0000)
commitec61e28d8c7ffcfc95804b8a93a609d229b5360c
treee844005724280d1202edc03fb3a5b65703d6bfff
parentc988845f9ed5e9644683bd8ec11dfc997a46ae67
#4759: fix a segfault for bytearray.translate(x, None).
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c