One thing was not clear to me from the current PEP 671 text.
When that is used in a method, what is the closure for the expressions? Would/should assignments in the class definition be available or only global variables in the module and local variables in the function (if applicable) in which the class definition happens? _______________________________________________ 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/XQD56GF3W2L223HSSBOVMIWTKF2AERH6/ Code of Conduct: http://python.org/psf/codeofconduct/
