]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151019: Fix test_os on 32-bit FreeBSD (GH-151087) (#151093)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Jun 2026 17:25:50 +0000 (19:25 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2026 17:25:50 +0000 (17:25 +0000)
commit199751ea6a4637d0445fc16af84c3072a30f29f2
tree6d7b78ce7a24e5e4b759ab6daec8a1b678743466
parent86e291e6627a6eee2912c4f6ec6848b7e4866029
[3.15] gh-151019: Fix test_os on 32-bit FreeBSD (GH-151087) (#151093)

gh-151019: Fix test_os on 32-bit FreeBSD (GH-151087)

Remove references to server.handler_instance. This attribute has been
removed in 2022 by commit 3ae975f1ac880c47d51cca6c9e305547bd365be7.
(cherry picked from commit a9002349cbe3f2243fe53a9fcadd02318dd0caf9)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_os/test_os.py