]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-75572: Speed up test_xpickle (GH-144393)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Feb 2026 18:00:12 +0000 (20:00 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 18:00:12 +0000 (20:00 +0200)
commit29acc08c8dad664cd5713cb392e5beba65724c10
tree4ad26eb514f744732c800ede0dab5565890f2953
parent89e6607e051ad4ffae8878cee1e0e6d72c618568
gh-75572: Speed up test_xpickle (GH-144393)

Run a long living subprocess which handles multiple requests instead of
running a new subprocess for each request.
Lib/test/test_xpickle.py
Lib/test/xpickle_worker.py