]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151019: Fix test_os on 32-bit FreeBSD (GH-151087) (#151095)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Jun 2026 17:20:57 +0000 (19:20 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2026 17:20:57 +0000 (17:20 +0000)
commit2d322c4641c5f9ed6778134391e7752730fe92b2
tree92b88aded7a2bae5f62d77a7e67e62828a304904
parent4e2285cf529e1bbf455c997a4f2ef136c02aa527
[3.13] gh-151019: Fix test_os on 32-bit FreeBSD (GH-151087) (#151095)

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.py