[Python-Dev] Re: PEP 667: Consistent views of namespaces

2021-08-21 Thread Nick Coghlan
On Sun, 22 Aug 2021, 10:47 am Guido van Rossum, wrote: > Hopefully anyone is still reading python-dev. > > I'm going to try to summarize the differences between the two proposals, > even though Mark already did so in his PEP. But I'd like to start by > calling out the key point of contention. > >

[Python-Dev] Re: PEP 667: Consistent views of namespaces

2021-08-21 Thread Guido van Rossum
Hopefully anyone is still reading python-dev. I'm going to try to summarize the differences between the two proposals, even though Mark already did so in his PEP. But I'd like to start by calling out the key point of contention. Everything here is about locals() and f_locals in *function scope*.