Staging
v0.5.1
https://github.com/python/cpython
Revision 84105cbaa395923e3584a87d67ccce72c8420bb4 authored by Victor Stinner on 07 September 2020, 15:27:03 UTC, committed by GitHub on 07 September 2020, 15:27:03 UTC
The error is exposed on non-UTF-8 locales.

(cherry picked from commit 67987acd5dc9776f55f4e139e2b3d9e7a6434d9f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit c73ee5acc96b4bbd6885156883b224b8cc3e470c)
1 parent 4e581d6
Raw File
Tip revision: 84105cbaa395923e3584a87d67ccce72c8420bb4 authored by Victor Stinner on 07 September 2020, 15:27:03 UTC
bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133) (GH-22135)
Tip revision: 84105cb
xxlimited.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{eb5eebc7-3787-4f8f-b282-204db2962cc3}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\xxlimited.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top