Staging
v0.5.1
https://github.com/python/cpython
Revision c327a5499fa823f627366c17e20687065fd70449 authored by Miss Islington (bot) on 12 October 2018, 08:49:07 UTC, committed by GitHub on 12 October 2018, 08:49:07 UTC
(cherry picked from commit 65d2f8c044bf597685ba72f66cbcc6b3f7a3ee9c)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 72927d0
Raw File
Tip revision: c327a5499fa823f627366c17e20687065fd70449 authored by Miss Islington (bot) on 12 October 2018, 08:49:07 UTC
bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052)
Tip revision: c327a54
_hashlib.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>{cc45963d-bd25-4eb8-bdba-a5507090bca4}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_hashopenssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top