On 10/06/2021 15:46, Ricky Teachey wrote:
Makes me wonder if stepping back and thinking, instead, about a way to
automatically (optionally?) put the current calling context
dictionary(ies) somewhere that a called function can get at it/them,
so it can do what it wants with the context.
I think that would violate the expectation that a function call means
the same thing in different contexts, hence f-strings work by supplying
values at the "call site" not variables. I know you will find exceptions
(like import context), but they are not as all-consuming as snapping the
entire namespace. If you really want to, there's sys._getframe.
Jeff
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/python-ideas@python.org/message/DUEB3HLOW3LI4RXTLZN7JQFFX44FBWSJ/
Code of Conduct: http://python.org/psf/codeofconduct/