On Sun, Oct 27, 2019 at 06:56:16PM -0300, Soni L. wrote: > that's why I use nested functions.
I'm pretty sure that the memory and time overhead of using nested functions is far greater than the saving in names. I'm not even sure what it is that you think you are saving. Why do you care if a function used ten local names or 15 local names? -- Steven _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/YCH2KDAVTPYRR7GPDJFESFNI3LRMSXJX/ Code of Conduct: http://python.org/psf/codeofconduct/
