Staging
v0.5.1
https://github.com/python/cpython
Revision 41660cac63c1a216e43335007e329e213054100e authored by Miss Islington (bot) on 20 April 2020, 20:24:35 UTC, committed by GitHub on 20 April 2020, 20:24:35 UTC

https://bugs.python.org/issue39942
(cherry picked from commit a25a04fea5446b1712cde0cff556574be139285a)

Co-authored-by: HongWeipeng <hongweichen8888@sina.com>
1 parent 887ff8e
Raw File
Tip revision: 41660cac63c1a216e43335007e329e213054100e authored by Miss Islington (bot) on 20 April 2020, 20:24:35 UTC
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
Tip revision: 41660ca
_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