[Python-Dev] Re: Accepting PEP 584: Add Union Operators To dict

2020-02-17 Thread Serhiy Storchaka
17.02.20 23:02, Guido van Rossum пише: Now that the last bits of discussion about PEP 584 have been settled (we will *not* be calling the `copy` or `update` methods) I am accepting this PEP. Congratulations Steven and Brandt! Thanks to everyone else who gave their opinion. Formally, I will ju

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

2020-02-17 Thread Nick Coghlan
On Tue., 18 Feb. 2020, 12:14 am Mark Shannon, wrote: > > Any function returning a borrowed reference is already broken, IMO. > Sadly there are quite a few of them :( > Might as well fix `PyEval_GetLocals()` as we are changing its semantics > anyway. > > A quick search of GitHub shows that most us

[Python-Dev] Accepting PEP 584: Add Union Operators To dict

2020-02-17 Thread Guido van Rossum
Now that the last bits of discussion about PEP 584 have been settled (we will *not* be calling the `copy` or `update` methods) I am accepting this PEP. Congratulations Steven and Brandt! Thanks to everyone else who gave their opinion. Formally, I will just send my recommendation to accept the PEP

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

2020-02-17 Thread Mark Shannon
On 16/02/2020 1:35 pm, Nick Coghlan wrote: On Mon., 10 Feb. 2020, 8:31 pm Mark Shannon, > wrote: On 08/02/2020 11:49 am, Nick Coghlan wrote: > Unfortunately, the simplifications you propose would be backwards > incompatible - it's existing behaviour that

[Python-Dev] Re: Azure Pipelines PR: Unresponsive agent

2020-02-17 Thread Victor Stinner
Le sam. 1 févr. 2020 à 12:34, Steve Dower a écrit : > I think we're at the point where it's probably okay to disable Azure > Pipelines as a required check and replace it with the GitHub Actions checks. More and more often, I'm waiting for Azure Pipelines to complete: it's currently the slowest "C

[Python-Dev] Re: Regarding SSL installation in python

2020-02-17 Thread Kyle Stanley
Hey Chaitanya, The "python-dev" mailing list is specifically for the development *of* Python itself, not for general help with Python. "comp.lang.python" or "python-help" is more likely the list you're looking for. Also, for general information on the purpose of each of the primary mailing lists,