]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 14 Oct 2009 17:14:16 +0000 (17:14 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 14 Oct 2009 17:14:16 +0000 (17:14 +0000)
commit403ce78872f6982b6ecaa96b94c88cbf0f1159e6
treea817f003b83257955d7af4a8f12fe03782664890
parent919765a0950ffa3cb81a70c7223c6252f45b4d7f
Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when
using byte values greater than 127.  Patch by egreen.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytes_methods.c