commit | 403ce78872f6982b6ecaa96b94c88cbf0f1159e6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Oct 14 17:14:16 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Oct 14 17:14:16 2009 +0000 |
tree | a817f003b83257955d7af4a8f12fe03782664890 | |
parent | 919765a0950ffa3cb81a70c7223c6252f45b4d7f [diff] |
Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when using byte values greater than 127. Patch by egreen.