[issue31825] bytes decode raises OverflowError desipte errors='ignore'

2017-10-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your report Sebastian. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue31825] bytes decode raises OverflowError desipte errors='ignore'

2017-10-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 1e78ed6825701029aa45a68f9e62dd3bb8d4e928 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6': bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059) https://github.com/python/cpython/commit/1e78ed6825701029aa45a68

[issue31825] bytes decode raises OverflowError desipte errors='ignore'

2017-10-20 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4028 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31825] bytes decode raises OverflowError desipte errors='ignore'

2017-10-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 56cb465cc93dcb35aaf7266ca3dbe2dcff1fac5f by Serhiy Storchaka in branch 'master': bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058) https://github.com/python/cpython/commit/56cb465cc93dcb35aaf7266ca3dbe2dcff1fac5f --

[issue31825] bytes decode raises OverflowError desipte errors='ignore'

2017-10-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +4027 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue31825] bytes decode raises OverflowError desipte errors='ignore'

2017-10-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- assignee: -> serhiy.storchaka components: +Interpreter Core, Unicode nosy: +eric.smith, ezio.melotti, haypo, serhiy.storchaka type: -> behavior versions: +Python 3.7 ___ Python tracker

[issue31825] bytes decode raises OverflowError desipte errors='ignore'

2017-10-20 Thread Sebastian Kacprzak
New submission from Sebastian Kacprzak : In Python 3.5 and earlier (tested 3.5.3 and 2.7.13) b'\\\xfa'.decode('unicode-escape', errors='ignore') did return '\\รบ' but in Python 3.6 it raises OverflowError: decoding with 'unicode-escape' codec failed (OverflowError: character argument not in ran