@@ -12677,7 +12677,7 @@ index 8815c83998..91e6195ff0 100644
12677
12677
# Get sys.path in isolated mode (python3 -I)
12678
12678
popen = subprocess.Popen([sys.executable, '-I', '-c',
12679
12679
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
12680
- index 41ba53b481..00b1932c69 100644
12680
+ index 5f4b019c04..fa2e5b65ce 100644
12681
12681
--- a/Lib/test/test_socket.py
12682
12682
+++ b/Lib/test/test_socket.py
12683
12683
@@ -901,6 +901,12 @@
@@ -12702,7 +12702,7 @@ index 41ba53b481..00b1932c69 100644
12702
12702
# avoid the 'echo' service on this platform, as there is an
12703
12703
# assumption breaking non-standard port/protocol entry
12704
12704
services = ('daytime', 'qotd', 'domain')
12705
- @@ -3156 ,7 +3162 ,8 @@
12705
+ @@ -3158 ,7 +3164 ,8 @@
12706
12706
def _testFDPassCMSG_LEN(self):
12707
12707
self.createAndSendFDs(1)
12708
12708
@@ -12712,7 +12712,7 @@ index 41ba53b481..00b1932c69 100644
12712
12712
@unittest.skipIf(sys.platform.startswith("aix"), "skipping, see issue #22397")
12713
12713
@requireAttrs(socket, "CMSG_SPACE")
12714
12714
def testFDPassSeparate(self):
12715
- @@ -3167 ,7 +3174 ,8 @@
12715
+ @@ -3169 ,7 +3176 ,8 @@
12716
12716
maxcmsgs=2)
12717
12717
12718
12718
@testFDPassSeparate.client_skip
@@ -12722,7 +12722,7 @@ index 41ba53b481..00b1932c69 100644
12722
12722
@unittest.skipIf(sys.platform.startswith("aix"), "skipping, see issue #22397")
12723
12723
def _testFDPassSeparate(self):
12724
12724
fd0, fd1 = self.newFDs(2)
12725
- @@ -3180 ,7 +3188 ,8 @@
12725
+ @@ -3182 ,7 +3190 ,8 @@
12726
12726
array.array("i", [fd1]))]),
12727
12727
len(MSG))
12728
12728
@@ -12732,7 +12732,7 @@ index 41ba53b481..00b1932c69 100644
12732
12732
@unittest.skipIf(sys.platform.startswith("aix"), "skipping, see issue #22397")
12733
12733
@requireAttrs(socket, "CMSG_SPACE")
12734
12734
def testFDPassSeparateMinSpace(self):
12735
- @@ -3194 ,7 +3203 ,8 @@
12735
+ @@ -3196 ,7 +3205 ,8 @@
12736
12736
maxcmsgs=2, ignoreflags=socket.MSG_CTRUNC)
12737
12737
12738
12738
@testFDPassSeparateMinSpace.client_skip
@@ -12742,7 +12742,7 @@ index 41ba53b481..00b1932c69 100644
12742
12742
@unittest.skipIf(sys.platform.startswith("aix"), "skipping, see issue #22397")
12743
12743
def _testFDPassSeparateMinSpace(self):
12744
12744
fd0, fd1 = self.newFDs(2)
12745
- @@ -3952 ,28 +3962 ,38 @@
12745
+ @@ -3954 ,28 +3964 ,38 @@
12746
12746
pass
12747
12747
12748
12748
@requireAttrs(socket.socket, "sendmsg")
@@ -12860,7 +12860,7 @@ index 4025c2354a..f8d50642d8 100644
12860
12860
import distutils.text_file
12861
12861
import distutils.unixccompiler
12862
12862
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
12863
- index 84927a393f..76287412f0 100644
12863
+ index 0478f20cd3..9f849f531d 100644
12864
12864
--- a/Lib/test/test_sys.py
12865
12865
+++ b/Lib/test/test_sys.py
12866
12866
@@ -108,6 +108,7 @@
0 commit comments