Files
cpython/Lib/test
Miss Islington (bot) 20805238e5 [3.13] gh-80198: Improve test_pwd and test_grp (GH-150380) (GH-150398) (GH-150423)
Fix tests for non-existing names and ids when getpwall()/getgrall()
don't return all users/groups.

Add tests for out-of-range uids, integer float ids, bytes names,
null-terminated names, names with surrogates, empty names, excessive
arguments.
(cherry picked from commit 4bdff2cc89)
(cherry picked from commit 46e8f7a9e7)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2026-05-25 19:10:25 +00:00
..