Staging
v0.5.1
https://github.com/python/cpython
Revision 15a693a6f8f5986c512557747112331ceb5c0b8c authored by R David Murray on 07 February 2014, 17:46:17 UTC, committed by R David Murray on 07 February 2014, 17:46:17 UTC
So passing unicode to set_payload works again (but still doesn't
do what you want when the message is serialized).
1 parent 27e9de6
Raw File
Tip revision: 15a693a6f8f5986c512557747112331ceb5c0b8c authored by R David Murray on 07 February 2014, 17:46:17 UTC
#20531: Apply the 3.3 version of the #19063 fix.
Tip revision: 15a693a
make_buildinfo.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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="make_buildinfo.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top