Staging
v0.5.1
https://github.com/python/cpython
Revision 83f564fd242c1af9dbe6d4273ad50586489000e3 authored by Miss Islington (bot) on 05 April 2018, 11:12:31 UTC, committed by GitHub on 05 April 2018, 11:12:31 UTC

* Add a test for frozen with unhashable field value.
* Improve a comment.
(cherry picked from commit 74940913d26d9f94b8572eca794369841fa6d9b6)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
1 parent 04eac02
Raw File
Tip revision: 83f564fd242c1af9dbe6d4273ad50586489000e3 authored by Miss Islington (bot) on 05 April 2018, 11:12:31 UTC
Clean up and enhance frozen dataclass tests. (GH-6380)
Tip revision: 83f564f
_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