]> 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:07:10 +0000 (16:07 -0700)
committerGregory P. Smith <greg@krypto.org>
Sun, 18 Mar 2012 23:07:10 +0000 (16:07 -0700)
commitfcdf04becc33add8bdc791466c7e96847f5335fc
tree0f08f770028d5bd0385b1255d1011f7594cc1501
parent28b22d0d15ea3b816f11f6c577150c9fbbeccbce
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