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
_queue.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>{c56a5dd3-7838-48e9-a781-855d8be7370f}</UniqueIdentifier>
    </Filter>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{bc5dc97e-11b8-435a-82e7-2ef3c9b44f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_queuemodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top