Staging
v0.5.1
https://github.com/python/cpython
Revision c01a7edc67e2c2e13a6d9513f111f27761786e27 authored by Karthikeyan Singaravelan on 28 August 2020, 15:06:31 UTC, committed by GitHub on 28 August 2020, 15:06:31 UTC
(cherry picked from commit 8c58d2a)

Co-authored-by: MingZhe Hu <humingzhework@163.com>

Co-authored-by: MingZhe Hu <humingzhework@163.com>
1 parent 7361451
Raw File
Tip revision: c01a7edc67e2c2e13a6d9513f111f27761786e27 authored by Karthikeyan Singaravelan on 28 August 2020, 15:06:31 UTC
[3.9] bpo-41624: fix documentation of typing.Coroutine (GH-21952) (#21982)
Tip revision: c01a7ed
_hashlib.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>{cc45963d-bd25-4eb8-bdba-a5507090bca4}</UniqueIdentifier>
    </Filter>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{67630fa4-76e4-4035-bced-043a6df1e2e0}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_hashopenssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top