[Python-Dev] Re: PEP 558: Defined semantics for locals()

2021-07-19 Thread Nick Coghlan
On Mon, 19 Jul 2021, 9:32 pm Petr Viktorin, wrote: > Thanks, Nick! This looks wonderful. > I do have a nitpick, below: > > On 18. 07. 21 7:59, Nick Coghlan wrote: > [...]> > > Changes to the stable C API/ABI > > --- > > > > Unlike Python code, extension module

[Python-Dev] Re: PEP 558: Defined semantics for locals()

2021-07-19 Thread Petr Viktorin
Thanks, Nick! This looks wonderful. I do have a nitpick, below: On 18. 07. 21 7:59, Nick Coghlan wrote: [...]> Changes to the stable C API/ABI --- Unlike Python code, extension module functions that call in to the Python C API can be called from any kind of Python