cpython/Lib/test/test_os
Victor Stinner a9002349cb
gh-151019: Fix test_os on 32-bit FreeBSD (#151087)
Remove references to server.handler_instance. This attribute has been
removed in 2022 by commit 3ae975f1ac.
2026-06-08 18:57:07 +02:00
..
__init__.py
test_os.py gh-151019: Fix test_os on 32-bit FreeBSD (#151087) 2026-06-08 18:57:07 +02:00
test_posix.py gh-149464: Add os.pidfd_getfd(pidfd, targetfd, flags=0) function (#149465) 2026-05-18 16:29:58 +02:00
test_windows.py
utils.py