mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
bd4976bbd3
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?)
Source files for standard library extension modules, and former extension modules that are now builtin modules.