[Python-Dev] Summary of Python tracker Issues

2021-07-30 Thread Python tracker
ACTIVITY SUMMARY (2021-07-23 - 2021-07-30) 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: open7395 (-25) closed 49121 (+80) total 56516 (+55) Open issues

[Python-Dev] Re: PEP 558, the simplest thing I could come up with

2021-07-30 Thread Nick Coghlan
On Fri, 30 Jul 2021, 2:30 pm Nathaniel Smith, wrote: > > > > > For [proxy] versus [snapshot], a lot depends on what we think of > changing the semantics of exec(). [proxy] is definitely more consistent and > elegant, and if we could go back in time I think it's > what we'd have done from the

[Python-Dev] Re: Repealing PEP 509 (Add a private version to dict)

2021-07-30 Thread Mats Wichmann
On 7/29/21 1:32 PM, Brett Cannon wrote: On Thu, Jul 29, 2021 at 3:47 AM Mark Shannon > wrote: Hi everyone, I would like to repeal PEP 509. We don't really have a process for repealing a PEP. Presumably I would just write another PEP. Yeah, it's probably

[Python-Dev] Request for review: issue 42815: new thread doesn't copy context of the parent thread

2021-07-30 Thread Jesus Cea
https://bugs.python.org/issue42815 https://github.com/python/cpython/pull/24074 I would love to have this in Python 3.10, but the interaction with "decimal" context has a risk I don't know how to evaluate, neither the impact of a new "context" parameter when launching a new thread. It could

[Python-Dev] Windows buildbots may be broken

2021-07-30 Thread Jason R. Coombs
Jeremy informed me that due to a race condition on a test file and the CPython repo configuration for newline conversion, build bots on Windows may now be failing. If you run such a buildbot, please consider running this