]> granicus.if.org Git - python/commit
Fixes Issue #14331: Use significantly less stack space when importing modules by
authorGregory P. Smith <greg@krypto.org>
Sun, 18 Mar 2012 23:06:53 +0000 (16:06 -0700)
committerGregory P. Smith <greg@krypto.org>
Sun, 18 Mar 2012 23:06:53 +0000 (16:06 -0700)
commitc809f981437eff9882703ea5a8405e6daf79357c
tree97d2871e10c289ffc735d41709dc69b5c3d3e6e9
parent3187749646340dd40779b4b0cd78db9a9edbe2fd
Fixes Issue #14331: Use significantly less stack space when importing modules by
allocating path buffers on the heap instead of the stack.
Misc/NEWS
Python/import.c