]> granicus.if.org Git - python/commit
zipimport: pass path size to make_filename()
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Oct 2010 20:40:59 +0000 (20:40 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Oct 2010 20:40:59 +0000 (20:40 +0000)
commit269aeb7c0d1f092ba0ff20ff44251fd5f4ff87f2
treefb0615bc2fa9968c89d884c6fd91bf8212be7404
parentf040d7de94a057f2c26c8b3d140b33273bfcc595
zipimport: pass path size to make_filename()

Don't hardcode path size in make_filename().
Modules/zipimport.c