]> granicus.if.org Git - python/commit
Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Apr 2011 21:05:53 +0000 (23:05 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Apr 2011 21:05:53 +0000 (23:05 +0200)
commit2d3222740bd119df048b955facd30eb48953b05f
tree440e417c56ae42fac26a81f4a38828b0a92168b3
parent54e7135fe81369a06e4c0dc496d423ed69dffc83
Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
on Windows.
Misc/NEWS
Python/dynload_win.c
Python/importdl.c