Staging
v0.5.1
https://github.com/python/cpython
Revision e20973926a2ec19c4b87e460dc6f0edb478ce352 authored by Serhiy Storchaka on 20 November 2016, 06:48:07 UTC, committed by Serhiy Storchaka on 20 November 2016, 06:48:07 UTC
2 parent s 3c38e06 + 144f77a
Raw File
Tip revision: e20973926a2ec19c4b87e460dc6f0edb478ce352 authored by Serhiy Storchaka on 20 November 2016, 06:48:07 UTC
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Tip revision: e209739
_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