]> granicus.if.org Git - python/commitdiff
Always #define _PyLong_FromDev as we always need it to compile rather than
authorGregory P. Smith <greg@krypto.org>
Thu, 29 Jan 2015 00:08:07 +0000 (16:08 -0800)
committerGregory P. Smith <greg@krypto.org>
Thu, 29 Jan 2015 00:08:07 +0000 (16:08 -0800)
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  2 
Modules/posixmodule.c

Simple merge