Staging
v0.5.1
https://github.com/python/cpython
Revision b2744c1be73f5af0d2dc4b952389efc90c8de94e authored by Lisa Roach on 21 November 2019, 18:14:32 UTC, committed by Andrew Svetlov on 21 November 2019, 18:14:32 UTC
(cherry picked from commit 046442d02bcc6e848e71e93e47f6cde9e279e993)

Co-authored-by: Jason Fried <fried@fb.com>
1 parent 9458c5c
Raw File
Tip revision: b2744c1be73f5af0d2dc4b952389efc90c8de94e authored by Lisa Roach on 21 November 2019, 18:14:32 UTC
[3.8] bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269) (#17304)
Tip revision: b2744c1
_testbuffer.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>{8d232240-921a-4bc2-87c3-93ffd3462f0a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testbuffer.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top