]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-75572: Speed up test_xpickle (GH-144393) (GH-144403)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Feb 2026 10:34:16 +0000 (11:34 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Feb 2026 10:34:16 +0000 (10:34 +0000)
commit5af4e680a9f980cf12f03941da5ab9e8058b912f
tree8fcea59352becc7edf47d17d06637261eedb28ae
parentb3937135a666376dda4cf4ea0c70c558de74b33c
[3.14] gh-75572: Speed up test_xpickle (GH-144393) (GH-144403)

Run a long living subprocess which handles multiple requests instead of
running a new subprocess for each request.
(cherry picked from commit 29acc08c8dad664cd5713cb392e5beba65724c10)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_xpickle.py
Lib/test/xpickle_worker.py