aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/patches/cut-warnings-trace.patch
blob: 3366ae97ee78a28db90424b74f09ef640f5d974d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- contrib/tools/python3/Python/_warnings.c	(index)
+++ contrib/tools/python3/Python/_warnings.c	(working tree)
@@ -791,6 +791,10 @@ is_internal_filename(PyObject *filename)
         }
     }
 
+    if (_PyUnicode_EqualToASCIIString(filename, "library/python/runtime_py3/__res.py")) {
+        return true;
+    }
+
     return false;
 }