Create a FIFO (a named pipe) named path with numeric mode mode. The current umask value is first masked out from the mode.
os.mkfifo(path, mode=0o666, *, dir_fd=None)