Staging
v0.5.1
https://github.com/python/cpython
Revision eaccc12aa986f92ea05f3f0a63cedbff78dd67f1 authored by Mark Shannon on 04 December 2020, 15:22:12 UTC, committed by GitHub on 04 December 2020, 15:22:12 UTC
Don't forget the entry block when ensuring that all exits have a line number.
1 parent f24b810
Raw File
Tip revision: eaccc12aa986f92ea05f3f0a63cedbff78dd67f1 authored by Mark Shannon on 04 December 2020, 15:22:12 UTC
bpo-42246: Don't forget the entry block when ensuring that all exits have a line number (GH-23636)
Tip revision: eaccc12
xxlimited.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>{eb5eebc7-3787-4f8f-b282-204db2962cc3}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\xxlimited.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top