Staging
v0.5.1
https://github.com/python/cpython
Revision 8f13ff959ae43fb6b8217845b2945779fe693b84 authored by Miss Islington (bot) on 04 September 2020, 09:55:25 UTC, committed by GitHub on 04 September 2020, 09:55:25 UTC
(cherry picked from commit 54a66ade2067c373d31003ad260e1b7d14c81564)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
1 parent 8d68e59
Raw File
Tip revision: 8f13ff959ae43fb6b8217845b2945779fe693b84 authored by Miss Islington (bot) on 04 September 2020, 09:55:25 UTC
bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22085)
Tip revision: 8f13ff9
_overlapped.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>{6f67c8db-7de7-4714-a967-2b0d4bc71f2e}</UniqueIdentifier>
    </Filter>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{83fe502d-eca2-4505-b626-eddec9b6ea9f}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\overlapped.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top