summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3')
-rw-r--r--contrib/tools/python3/patches/skip-realpath-for-bundled-modules.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/patches/skip-realpath-for-bundled-modules.patch b/contrib/tools/python3/patches/skip-realpath-for-bundled-modules.patch
index e862d9c2069..03327257ccb 100644
--- a/contrib/tools/python3/patches/skip-realpath-for-bundled-modules.patch
+++ b/contrib/tools/python3/patches/skip-realpath-for-bundled-modules.patch
@@ -37,7 +37,7 @@ linecache is already handled by fix-traceback.patch.
return filename
# only return a non-existent filename if the module has a PEP 302 loader
module = getmodule(object, filename)
-@@ -1028,9 +1028,10 @@ def getmodule(object, _filename=None):
+@@ -1028,10 +1028,10 @@ def getmodule(object, _filename=None):
# Have already mapped this module, so skip it
continue
_filesbymodname[modname] = f