]> granicus.if.org Git - python/commit
zipimport: find_module(), is_package() and get_source() supports surrogates
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Oct 2010 20:44:08 +0000 (20:44 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Oct 2010 20:44:08 +0000 (20:44 +0000)
commit0410656b30df532d18a82e5da201501b76e2b1e3
treee9a249c88e617db23aa6806695ea483530a77ff1
parent269aeb7c0d1f092ba0ff20ff44251fd5f4ff87f2
zipimport: find_module(), is_package() and get_source() supports surrogates

Use PyUnicode_FSConverter to support surrogates in the full name.
Modules/zipimport.c