]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
imp.cache_from_source() uses PyUnicode_FSConverter() to support surrogates in
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 15 Oct 2010 20:34:32 +0000 (20:34 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 15 Oct 2010 20:34:32 +0000 (20:34 +0000)
commit3ea23ddabffe85a0d69bf0fc67c962b5174df345
tree5bfff0b951f34653406c01e3471653b224ddf1db
parent392c92a0c67b1423f75181579c708d04a2190878
imp.cache_from_source() uses PyUnicode_FSConverter() to support surrogates in
module path
Python/import.c