[Python-ideas] Inline Functions - idea

Alex Rodrigues lemiant at hotmail.com
Wed Feb 5 21:45:02 CET 2014


I like the idea of requiring that inline functions be called in a special way that denotes them. Otherwise it does add a much bigger area that a maintainer must look for possible bugs. Also on the topic of locals(), note this from the python docs:

Note The contents of this dictionary [the locals() dict] should not be modified; changes may not affect the values of local and free variables used by the interpreter. 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140205/9998ac0f/attachment.html>


More information about the Python-ideas mailing list