Staging
v0.5.1
https://github.com/python/cpython
Revision 017e9fda922a143ac9f1601cbde05e80214852d2 authored by Andrew Svetlov on 10 March 2018, 17:09:07 UTC, committed by GitHub on 10 March 2018, 17:09:07 UTC
* Skip write()/data_received() if sslpipe is destroyed.
(cherry picked from commit 5e80a71ab67045fecec46573a1892e240b569ace)
1 parent de8567e
Raw File
Tip revision: 017e9fda922a143ac9f1601cbde05e80214852d2 authored by Andrew Svetlov on 10 March 2018, 17:09:07 UTC
[3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6058)
Tip revision: 017e9fd
_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