diff options
| author | robot-piglet <[email protected]> | 2026-06-11 13:38:17 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2026-06-11 14:40:15 +0300 |
| commit | 4b34cf70fa349d24240b2ef9691bf86866e86c4e (patch) | |
| tree | bc8abb123effd6db80146f31581b6eed1e4406cc /contrib/tools/python3 | |
| parent | 6dac106f37f469225dd65fa8ba42a7fdd1d475e9 (diff) | |
Intermediate changes
commit_hash:e81750c1bdcb2ce3baeb77a0b77bff41af9e38d4
Diffstat (limited to 'contrib/tools/python3')
| -rw-r--r-- | contrib/tools/python3/patches/skip-realpath-for-bundled-modules.patch | 2 |
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 |
