]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132185: Speed up expanduser() test with large password database (GH-132231...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 12 Apr 2025 16:43:28 +0000 (18:43 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Apr 2025 16:43:28 +0000 (16:43 +0000)
commitf943376ca801392925f1bbe23f2d0ffb22df3ffe
tree2de9c7d3f17d295b78a5ec4338345b014d5116c4
parent1884a3bbd128a79abf6aee43e79078907f18246f
[3.13] gh-132185: Speed up expanduser() test with large password database (GH-132231) (GH-132443)

Use only a limited number of randomly selected entries.
(cherry picked from commit 842ab815177549b9d4bec576d8f2c8f240b63506)

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