Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / python-3.9.14.02-os.py.patch
1 --- Python-3.9.14-ref/Lib/os.py 2022-09-06 19:26:16.000000000 +0200
2 +++ Python-3.9.14-new/Lib/os.py 2024-04-03 16:58:24.000000000 +0200
3 @@ -1107,6 +1107,8 @@
4          Remove the directory by calling close() on the returned object or
5          using it in a with statement.
6          """
7 +        #FIXME SALOME
8 +        return
9          import nt
10          cookie = nt._add_dll_directory(path)
11          return _AddedDllDirectory(