]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
get_code_from_data() uses the filesystem encoding to encode the module path,
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Oct 2010 12:15:34 +0000 (12:15 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Oct 2010 12:15:34 +0000 (12:15 +0000)
commit2a94f4c0ef140b1d6de389e406ad8af34afbf167
tree5411a12596a99dcd715d035f85c6082c43802e89
parentd36c8217e130bac34ea8c95c8351c47e24c401e2
get_code_from_data() uses the filesystem encoding to encode the module path,
instead of utf-8.
Modules/zipimport.c