summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2019-10-17-00-49-38.bpo-38502.vUEic7.rst
blob: 1df523e90c3881b0ca30fa00971d7a0383e35d64 (plain)
1
2
3
test.regrtest now uses process groups in the multiprocessing mode (-jN command
line option) if process groups are available: if :func:`os.setsid` and
:func:`os.killpg` functions are available.