]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:08:07 +0000 (16:08 -0800)
committerGregory P. Smith <greg@krypto.org>
Thu, 29 Jan 2015 00:08:07 +0000 (16:08 -0800)
commitbd4976bbd3c8cdfba974c1a66970a1f956c08f53
treee7b87460f500fbf119fe29d17a83cc83ce68d4d3
parentbea0a2843952629ac665f2353c0977eabad6fdc1
parent702dada2c5f0f3e65bef4e086f4967cbe1efbb36
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