[Python-Dev] Re: Dropping out of this list

2021-08-20 Thread Simon Cross
On Thu, Aug 19, 2021 at 4:15 AM Tim Peters wrote: > If you want more active moderation, volunteer for the job. I'd happily > give it up, and acknowledge that my laissez-faire moderation approach > is out of style. I, for one, welcome your laissez-faire moderation approach. :D

[Python-Dev] Summary of Python tracker Issues

2021-08-20 Thread Python tracker
ACTIVITY SUMMARY (2021-08-13 - 2021-08-20) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open7398 ( +5) closed 49298 (+49) total 56696 (+54) Open issues w

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

2021-08-20 Thread Mark Shannon
Hi all, I have submitted PEP 667 as an alternative to PEP 558. https://www.python.org/dev/peps/pep-0667/ Nick and I have agreed to disagree on the way to fix locals() and f_locals. We are both in agreement that it needs fixing. In summary, PEP 667 has roughly the same surface behavior as PEP