Staging
v0.5.1
https://github.com/python/cpython
Revision 702dada2c5f0f3e65bef4e086f4967cbe1efbb36 authored by Gregory P. Smith on 29 January 2015, 00:07:52 UTC, committed by Gregory P. Smith on 29 January 2015, 00:07:52 UTC
only defining it when HAVE_MKNOD && HAVE_MAKEDEV are true.

This "oops" issue reported by John E. Malmberg on core-mentorship.
(what kinds of systems don't HAVE_MKNOD && HAVE_MAKEDEV?)
1 parent fa73779
Raw File
Tip revision: 702dada2c5f0f3e65bef4e086f4967cbe1efbb36 authored by Gregory P. Smith on 29 January 2015, 00:07:52 UTC
Always #define _PyLong_FromDev as we always need it to compile rather than
Tip revision: 702dada
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