About 43,000 results
Open links in new tab
  1. subprocess — Subprocess management — Python 3.14.2 documentation

    1 day ago · Information about how the subprocess module can be used to replace these modules and functions can be found in the following sections.

  2. Subprocesses — Python 3.12.12 documentation

    Mar 12, 2012 · Because all asyncio subprocess functions are asynchronous and asyncio provides many tools to work with such functions, it is easy to execute and monitor multiple subprocesses in parallel.

  3. shlex — Simple lexical analysis — Python 3.14.2 documentation

    3 days ago · Executing commands quoted by this module on such shells can open up the possibility of a command injection vulnerability. Consider using functions that pass command arguments with lists …

  4. multiprocessing — Process-based parallelism — Python 3.14.2 …

    3 days ago · The fork start method should be considered unsafe as it can lead to crashes of the subprocess as macOS system libraries may start threads. See bpo-33725. Changed in version 3.14: …

  5. socket — Low-level networking interface — Python 3.12.12 …

    On Windows, the file-like object created by makefile() cannot be used where a file object with a file descriptor is expected, such as the stream arguments of subprocess.Popen().