Staging
v0.5.1
https://github.com/python/cpython
Revision a158fb9c5138db94adf24fbc5690467cda811163 authored by Miss Skeleton (bot) on 20 October 2020, 04:38:30 UTC, committed by GitHub on 20 October 2020, 04:38:30 UTC
Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
(cherry picked from commit e512bc799e3864fe3b1351757261762d63471efc)

Co-authored-by: Ned Deily <nad@python.org>
1 parent a69002c
Raw File
Tip revision: a158fb9c5138db94adf24fbc5690467cda811163 authored by Miss Skeleton (bot) on 20 October 2020, 04:38:30 UTC
bpo-42051: Reject XML entity declarations in plist files (GH-22760) (GH-22801) (GH-22804)
Tip revision: a158fb9
_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