Staging
v0.5.1
https://github.com/python/cpython
Revision bf0d1165174e8347b4d3a731c4e47e8288f1d01b authored by Miss Islington (bot) on 10 March 2018, 16:27:01 UTC, committed by Andrew Svetlov on 10 March 2018, 16:27:01 UTC
* Skip write()/data_received() if sslpipe is destroyed
(cherry picked from commit 5e80a71ab67045fecec46573a1892e240b569ace)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
1 parent 8909078
Raw File
Tip revision: bf0d1165174e8347b4d3a731c4e47e8288f1d01b authored by Miss Islington (bot) on 10 March 2018, 16:27:01 UTC
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6057)
Tip revision: bf0d116
_ssl.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>{695348f7-e9f6-4fe1-bc03-5f08ffc8095b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_ssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(opensslIncludeDir)\applink.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
</Project>
back to top