Staging
v0.5.1
https://github.com/python/cpython
Revision 4666ec597c38eea06a22bcfb4157d92a0abf891c authored by INADA Naoki on 26 January 2018, 01:53:31 UTC, committed by GitHub on 26 January 2018, 01:53:31 UTC
Global variables should not used as import target.
Use temporary variable instead.
1 parent 2fc98ae
Raw File
Tip revision: 4666ec597c38eea06a22bcfb4157d92a0abf891c authored by INADA Naoki on 26 January 2018, 01:53:31 UTC
bpo-32596: Make lazy-load portable (GH-5316)
Tip revision: 4666ec5
_testcapi.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>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top