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.
|