]> granicus.if.org Git - python/commit
cleanup for the issue 19081 fix - pull the file open and close outside of the
authorGregory P. Smith <greg@krypto.org>
Wed, 8 Jan 2014 02:39:48 +0000 (18:39 -0800)
committerGregory P. Smith <greg@krypto.org>
Wed, 8 Jan 2014 02:39:48 +0000 (18:39 -0800)
commit6de726087745468e40c94df71f2b78f04a1bd184
treefbfac857ebbba0e4cae45feec918c206393db930
parent9be238d313190d6dcb9b273ee20ce911c4e8ac85
cleanup for the issue 19081 fix - pull the file open and close outside of the
zip_searchorder scanning loop in get_module_code().
[already done in 3.3 and 3.4]
Modules/zipimport.c