Staging
v0.5.1
https://github.com/python/cpython
Revision 103ce3debf07a48e79319acd0890be0c53e64fff authored by Miss Islington (bot) on 08 August 2020, 18:55:15 UTC, committed by GitHub on 08 August 2020, 18:55:15 UTC

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
(cherry picked from commit 82ca8fada15b121866530f2cdac1b7055be4a244)

Co-authored-by: Yaroslav Pankovych <31005942+P-Alban@users.noreply.github.com>
1 parent d910643
Raw File
Tip revision: 103ce3debf07a48e79319acd0890be0c53e64fff authored by Miss Islington (bot) on 08 August 2020, 18:55:15 UTC
bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703)
Tip revision: 103ce3d
_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