Staging
v0.5.1
https://github.com/python/cpython
Revision 6386e86becc2096206e16d7f5fabb5752bdd9b37 authored by Miss Islington (bot) on 04 September 2020, 21:17:45 UTC, committed by GitHub on 04 September 2020, 21:17:45 UTC

defusedexpat is not maintained.
(cherry picked from commit 51b84f8e96a441c498210f827c1297ee4973525f)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent fb050d0
Raw File
Tip revision: 6386e86becc2096206e16d7f5fabb5752bdd9b37 authored by Miss Islington (bot) on 04 September 2020, 21:17:45 UTC
bpo-38585: Remove references to defusedexpat (GH-22095)
Tip revision: 6386e86
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