Staging
v0.8.1
https://github.com/python/cpython
Revision ba22e8f174309979d90047c5dc64fcb63bc2c32e authored by Berker Peksag on 25 February 2020, 03:19:03 UTC, committed by GitHub on 25 February 2020, 03:19:03 UTC
Trying to decode an invalid string with the punycode codec
shoud raise UnicodeError.
1 parent 8af4712
Raw File
Tip revision: ba22e8f174309979d90047c5dc64fcb63bc2c32e authored by Berker Peksag on 25 February 2020, 03:19:03 UTC
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
Tip revision: ba22e8f
_testbuffer.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>{8d232240-921a-4bc2-87c3-93ffd3462f0a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testbuffer.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top