Fixes Issue #14331: Use significantly less stack space when importing modules by
allocating path buffers on the heap instead of the stack.
Showing
This diff is collapsed.
Please register or sign in to comment
allocating path buffers on the heap instead of the stack.