commit | 702dada2c5f0f3e65bef4e086f4967cbe1efbb36 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Wed Jan 28 16:07:52 2015 -0800 |
committer | Gregory P. Smith <greg@krypto.org> | Wed Jan 28 16:07:52 2015 -0800 |
tree | 5734b9e8b424a46869d96c1a0623c076c4408863 | |
parent | fa73779b0a54211e99bd1e76511f30352c7055e9 [diff] |
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?)