niedz., 26 cze 2022 o 08:17 Brendan Barnwell <[email protected]> napisaĆ(a): > In other words it really is very similar to what a lambda currently > is, > but with more fine-grained control over which variables are bound in > which namespaces (definition vs. eval).
But lambda already have fine-grained control, just pass eval namespace as lambda argument. You might want lambda ast, but that's separate issue. _______________________________________________ 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/HYYMSMQCLBLPDKBBXQP6C476AMYAYAYQ/ Code of Conduct: http://python.org/psf/codeofconduct/
