Staging
v0.5.1
https://github.com/python/cpython
Revision bb3c05d7efca8d23bf39bc2640297ba2598899f3 authored by Zackery Spytz on 14 February 2019, 07:43:17 UTC, committed by Benjamin Peterson on 14 February 2019, 07:43:17 UTC
1 parent d73ac0e
Raw File
Tip revision: bb3c05d7efca8d23bf39bc2640297ba2598899f3 authored by Zackery Spytz on 14 February 2019, 07:43:17 UTC
closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH-11849)
Tip revision: bb3c05d
_asyncio.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{2422278e-eeeb-4241-8182-433e2bc5a7fc}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_asynciomodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top