]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151019: Fix test_os on 32-bit FreeBSD (GH-151087) (#151094)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Jun 2026 17:23:44 +0000 (19:23 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2026 17:23:44 +0000 (17:23 +0000)
commit4fc4e3a5ac30ba4bccdcc7f475ef43a40d904b74
treebcbf7cd6a94ea58d60cf34ae8fa320b8a155761e
parentd56f07c90008170c6eadec226955b3de29e849ea
[3.14] gh-151019: Fix test_os on 32-bit FreeBSD (GH-151087) (#151094)

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