1. 18 Oct, 2019 3 commits
  2. 17 Oct, 2019 2 commits
  3. 16 Oct, 2019 4 commits
  4. 15 Oct, 2019 7 commits
  5. 14 Oct, 2019 12 commits
  6. 13 Oct, 2019 11 commits
  7. 12 Oct, 2019 1 commit
    • Gregory P. Smith's avatar
      bpo-38456: Use /bin/true in test_subprocess (GH-16736) · 67b93f80
      Gregory P. Smith authored
      * bpo-38456: Use /bin/true in test_subprocess.
      
      Instead of sys.executable, "-c", "pass" or "import sys; sys.exit(0)"
      use /bin/true when it is available.  On a reasonable machine this
      shaves up to two seconds wall time off the otherwise ~40sec execution
      on a --with-pydebug build.  It should be more notable on many
      buildbots or overloaded slower I/O systems (CI, etc).
      67b93f80