Skip to content
  • Manuel Stoeckl's avatar
    Use subprocess.Popen for startup failure test · 68e6782c
    Manuel Stoeckl authored
    According to the Python documentation, the new usage should be valid
    for Python >=3.3, covering a wider range than the >=3.5 for
    subprocess.Popen. Also, this change avoids a possible regression
    with Python 3.8.0 in which the TimeoutExpired exception no longer
    provides a non-None .output field.
    68e6782c