SIGN IN SIGN UP

Fix str.translate()

Issue #26464: Fix str.translate() when string is ASCII and first replacements
removes character, but next replacement uses a non-ASCII character or a string
longer than 1 character. Regression introduced in Python 3.5.0.
V
Victor Stinner committed
6c9aa8f2bf46e28de74ce11d85bcd448c0d0d529
Parent: bb0dbd5