blob: 0576785c7df8e8c1e1a66009792708bdd1d6a8a5 [file] [log] [blame]
Fix an assertion failure in `zipimport.zipimporter.get_data` on Windows,
when the return value of ``pathname.replace('/','\\')`` isn't a string.
Patch by Oren Milman.