Staging
v0.5.1
https://github.com/python/cpython
Revision 701c4886bb0e19ad5ed8c8f556f65ab8597841e7 authored by Miss Islington (bot) on 15 September 2019, 17:12:13 UTC, committed by GitHub on 15 September 2019, 17:12:13 UTC

https://bugs.python.org/issue38178
(cherry picked from commit c717c73fa33a2f3591442059eaf6e7a673e2c725)

Co-authored-by: Hrvoje Nikšić <hniksic@gmail.com>
1 parent b9f932f
Raw File
Tip revision: 701c4886bb0e19ad5ed8c8f556f65ab8597841e7 authored by Miss Islington (bot) on 15 September 2019, 17:12:13 UTC
bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)
Tip revision: 701c488
_lzma.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>{53e68eda-39fc-4336-a658-dc5f5d598760}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_lzmamodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top