Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Python
import.c
Find file
Blame
History
Permalink
Fixes Issue #14331: Use significantly less stack space when importing modules by
· fcdf04be
Gregory P. Smith
authored
Mar 18, 2012
allocating path buffers on the heap instead of the stack.
fcdf04be