]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109162: libregrtest: fix _decode_worker_job() (#109202)
authorVictor Stinner <vstinner@python.org>
Sat, 9 Sep 2023 22:51:24 +0000 (00:51 +0200)
committerGitHub <noreply@github.com>
Sat, 9 Sep 2023 22:51:24 +0000 (00:51 +0200)
commit24fa8f2046965b46c70a750a5a004708a63ac770
treefc09e33076782715647e83d26f5e1d8cc0a16f87
parentd3ed9921cdd8ac291fbfe3adf42f7730d3a14dbc
gh-109162: libregrtest: fix _decode_worker_job() (#109202)

Decode also HuntRefleak() object inside the RunTests object.

Add an unit test on huntrleaks with multiprocessing (-R -jN).
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/test_regrtest.py