commit | ad4a0cc519a5bb14204324e0e32e976318f9e6ce | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Mar 07 22:24:44 2017 -0800 |
committer | GitHub <noreply@github.com> | Tue Mar 07 22:24:44 2017 -0800 |
tree | 2e07df2d2beaae9d84b48e5c9bf9a61de11009eb | |
parent | 02371e0ed1ee82ec73e7d363bcf2ed40cde1397a [diff] |
allow the first call to wcsxfrm to return ERANGE (#536) If the output buffer provided to wcsxfrm is too small, errno is set to ERANGE. We should not error out in that case.