Sync from SUSE:SLFO:Main python313 revision 3939dadd6bf1a800644b15d384da5806

This commit is contained in:
2024-12-20 16:09:47 +01:00
parent b7339fbd1a
commit 1faa76760c
12 changed files with 701 additions and 461 deletions

View File

@@ -4,7 +4,7 @@
--- a/Lib/test/test_posix.py
+++ b/Lib/test/test_posix.py
@@ -435,7 +435,7 @@ class PosixTester(unittest.TestCase):
@@ -437,7 +437,7 @@ class PosixTester(unittest.TestCase):
def test_posix_fadvise(self):
fd = os.open(os_helper.TESTFN, os.O_RDONLY)
try: