]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
zipimport, get_module_code(): avoid useless _PyUnicode_AsString()
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Oct 2010 11:40:40 +0000 (11:40 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Oct 2010 11:40:40 +0000 (11:40 +0000)
commit353349caebeb64b7773d494227c53553a9e7444f
treecad5e4d96bc6f63a992e2f6d140380fae9c81ad1
parentc342fca2229c6e3badd2f1f3e4e053785ec1aea9
zipimport, get_module_code(): avoid useless _PyUnicode_AsString()
Modules/zipimport.c