]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.
authorGeorg Brandl <georg@python.org>
Wed, 22 Jul 2009 11:57:15 +0000 (11:57 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 22 Jul 2009 11:57:15 +0000 (11:57 +0000)
commitec812caf5dd4c8e49c24341852181cca1740277e
tree78787b408a873de22de418837dc471dee818b0ae
parentaf2406f21598c136980cebac6e7e9ecdc353ded6
Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.
Lib/test/test_builtin.py
Misc/NEWS
Objects/bytearrayobject.c