SIGN IN SIGN UP

bpo-40094: Enhance threading tests (GH-19260)

* Rewrite test_thread.test_forkinthread() to use
  support.wait_process() and wait for the child process in the main
  thread, not in the spawned thread.
* test_threading now uses support.wait_process() and checks the child
  process exit code to detect crashes.
V
Victor Stinner committed
a9f9687a7ce25e7c0c89f88f52db323104668ae0
Parent: 27c6231
Committed by GitHub <noreply@github.com> on 3/31/2020, 7:49:44 PM