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