Staging
v0.8.1
https://github.com/python/cpython
Revision 09c6120be8c70366495b027ae3daa213609de3ed authored by Miss Skeleton (bot) on 30 October 2020, 22:16:17 UTC, committed by GitHub on 30 October 2020, 22:16:17 UTC
Sort also dependencies and remove duplicates (liblzma-dev).
(cherry picked from commit 6e03c0ad156797cd6e9132e895d55dac0344d340)

Co-authored-by: Victor Stinner <vstinner@python.org>

Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent a39068b
Raw File
Tip revision: 09c6120be8c70366495b027ae3daa213609de3ed authored by Miss Skeleton (bot) on 30 October 2020, 22:16:17 UTC
bpo-42208: GitHub Action: Add gdb to posix dependencies (GH-23043) (GH-23047)
Tip revision: 09c6120
_asyncio.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>{2422278e-eeeb-4241-8182-433e2bc5a7fc}</UniqueIdentifier>
    </Filter>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{41f1cd52-b682-46aa-a7fd-7bdf81a18010}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_asynciomodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top