Merge pull request #8123 from nicoddemus/import-mismatch-unc

Compare also paths on Windows when considering ImportPathMismatchError
This commit is contained in:
Bruno Oliveira
2020-12-13 10:35:11 -03:00
committed by GitHub
3 changed files with 38 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
Fixed bug where ``ImportPathMismatchError`` would be raised for files compiled in
the host and loaded later from an UNC mounted path (Windows).