Staging
v0.5.1
https://github.com/python/cpython
Revision a16ac4e43c8ed15bf2fca52df3a0a5de26ad2705 authored by Miss Islington (bot) on 17 July 2020, 16:53:56 UTC, committed by GitHub on 17 July 2020, 16:53:56 UTC
(cherry picked from commit 164b04c47e61bd35d55e61bc74f9fd646eba81bb)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 5a7aa28
Raw File
Tip revision: a16ac4e43c8ed15bf2fca52df3a0a5de26ad2705 authored by Miss Islington (bot) on 17 July 2020, 16:53:56 UTC
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)
Tip revision: a16ac4e
_freeze_importlib.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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
    <Filter Include="Python Files">
      <UniqueIdentifier>{eb238244-ace1-48fc-97a4-16ff886f8642}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Programs\_freeze_importlib.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <None Include="..\Lib\importlib\_bootstrap.py">
      <Filter>Source Files</Filter>
    </None>
    <None Include="..\Lib\zipimport.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\importlib\_bootstrap_external.py">
      <Filter>Python Files</Filter>
    </None>
  </ItemGroup>
</Project>
back to top