Commit ad4a0cc
authored
allow the first call to wcsxfrm to return ERANGE (python#536)
If the output buffer provided to wcsxfrm is too small, errno is set to ERANGE. We should not error out in that case.1 parent 02371e0 commit ad4a0cc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
0 commit comments