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
kill_python.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>{48606591-c8b6-41a5-95c5-9a0890c5504f}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="kill_python.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top