Staging
v0.5.1
https://github.com/python/cpython
Revision cf61a81f1d600064be6dd43896afcf5f976de9b0 authored by Miss Islington (bot) on 13 March 2018, 10:12:16 UTC, committed by GitHub on 13 March 2018, 10:12:16 UTC
(cherry picked from commit e32bbaf376a09c149fa7c7f2919d7c9ce4e2a055)

Co-authored-by: xdegaye <xdegaye@gmail.com>
1 parent 6a526f6
Raw File
Tip revision: cf61a81f1d600064be6dd43896afcf5f976de9b0 authored by Miss Islington (bot) on 13 March 2018, 10:12:16 UTC
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-5928)
Tip revision: cf61a81
_overlapped.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>{6f67c8db-7de7-4714-a967-2b0d4bc71f2e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\overlapped.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top