SIGN IN SIGN UP

bpo-36670: regrtest bug fixes (GH-16537)

* Fix TestWorkerProcess.__repr__(): start_time is only valid
  if _popen is not None.
* Fix _kill(): don't set _killed to True if _popen is None.
* _run_process(): only set _killed to False after calling
  run_test_in_subprocess().
V
Victor Stinner committed
2ea71a07d0a720707094ee55f78fd232c40724bc
Parent: b9a8b82
Committed by GitHub <noreply@github.com> on 10/2/2019, 11:35:11 AM