From: Gregory P. Smith Date: Thu, 29 Jan 2015 00:08:07 +0000 (-0800) Subject: Always #define _PyLong_FromDev as we always need it to compile rather than X-Git-Tag: v3.5.0a1~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd4976bbd3c8cdfba974c1a66970a1f956c08f53;p=thirdparty%2FPython%2Fcpython.git Always #define _PyLong_FromDev as we always need it to compile rather than 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?) --- bd4976bbd3c8cdfba974c1a66970a1f956c08f53