Staging
v0.8.1
https://github.com/python/cpython
Revision 96d91071c0279fe3b10f97b581970a85ccba9ebe authored by Miss Islington (bot) on 31 May 2020, 22:23:29 UTC, committed by GitHub on 31 May 2020, 22:23:29 UTC

Automerge-Triggered-By: @pablogsal
(cherry picked from commit cf88871d6a9c12e7b7e5f4d65abc2ec6e2fe952e)

Co-authored-by: Batuhan Taskaya <batuhanosmantaskaya@gmail.com>
1 parent cdb015b
Raw File
Tip revision: 96d91071c0279fe3b10f97b581970a85ccba9ebe authored by Miss Islington (bot) on 31 May 2020, 22:23:29 UTC
bpo-40759: Deprecate the symbol module (GH-20364)
Tip revision: 96d9107
_testimportmultiple.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>{1ec38ad9-1abf-4b80-8628-ac43ccba324b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testimportmultiple.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top