mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Drop support of FreeBSD 9 and older.
This commit is contained in:
parent
b0a7a037b8
commit
13ff24582c
18 changed files with 23 additions and 108 deletions
|
@ -2598,9 +2598,6 @@ class RecvmsgGenericTests(SendrecvmsgBase):
|
|||
def _testRecvmsgShorter(self):
|
||||
self.sendToServer(MSG)
|
||||
|
||||
# FreeBSD < 8 doesn't always set the MSG_TRUNC flag when a truncated
|
||||
# datagram is received (issue #13001).
|
||||
@support.requires_freebsd_version(8)
|
||||
def testRecvmsgTrunc(self):
|
||||
# Receive part of message, check for truncation indicators.
|
||||
msg, ancdata, flags, addr = self.doRecvmsg(self.serv_sock,
|
||||
|
@ -2610,7 +2607,6 @@ class RecvmsgGenericTests(SendrecvmsgBase):
|
|||
self.assertEqual(ancdata, [])
|
||||
self.checkFlags(flags, eor=False)
|
||||
|
||||
@support.requires_freebsd_version(8)
|
||||
def _testRecvmsgTrunc(self):
|
||||
self.sendToServer(MSG)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue