]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-75572: Speed up test_xpickle (GH-144393) (GH-144404)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Feb 2026 10:40:48 +0000 (11:40 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Feb 2026 10:40:48 +0000 (10:40 +0000)
commit9d766893438c2b93604059a0521ecdf037752758
treea5f8d46bcf0f16a112ff00e1e115baef4df709a4
parentebc047f7179923a644416ebfe233109e1b9bbbc6
[3.13] gh-75572: Speed up test_xpickle (GH-144393) (GH-144404)

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