[Python-Dev] Re: Merging PRs without CLA signed

2020-02-25 Thread Nick Coghlan
On Mon, 24 Feb 2020 at 14:51, Kyle Stanley wrote: > > > Note that if you open a PR, and _then_ sign the CLA, the label is not > > updated (at least, that's what I experienced before I did). So this list is > > likely inaccurate. > > I believe that I might have seen this happen a few times, but i

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

2020-02-25 Thread Nick Coghlan
On Mon, 24 Feb 2020 at 12:10, Guido van Rossum wrote: > > On Sat, Feb 22, 2020 at 4:45 PM Brandt Bucher wrote: >> >> [quoting Nick] >> > collections.Mapping and collections.MutableMapping could provide concrete >> > method implementations that make subclasses behave in a way that's similar >> >

[Python-Dev] Re: PEP 585: Type Hinting Generics In Standard Collections

2020-02-25 Thread Nick Coghlan
On Tue, 25 Feb 2020 at 15:19, Ethan Smith wrote: > > The discussion on the name change came from Łukasz > https://github.com/python/cpython/pull/18239#discussion_r380996908 > > I suggested "GenericType" to be in line with other things in types.py. Quoting Łukasz question: "I know it's late for

[Python-Dev] Re: Merging PRs without CLA signed

2020-02-25 Thread Mariatta
don't remember if there's a magic comment that contributors can leave to get the bot to check again on its own, but the usual trigger for this is the submitter posting to say they've signed it, a core dev or triager seeing that and removing the "CLA Not Signed" label, There is no magic comment,

[Python-Dev] Re: PEP 585: Type Hinting Generics In Standard Collections

2020-02-25 Thread Guido van Rossum
OK, it's certainly easier *not* to change it, so I'm happy with this argument for the current name. Łukasz, do you agree? Then I think we can submit this to the SC for acceptance. On Tue, Feb 25, 2020 at 6:27 AM Nick Coghlan wrote: > On Tue, 25 Feb 2020 at 15:19, Ethan Smith wrote: > > > > Th

[Python-Dev] Hang with parallel make

2020-02-25 Thread e2lahav
Hello, I have successfully built Python 3.8.1 on QNX, but ran into a problem when using 'make -j4'. The build process invariably hangs with multiple single-threaded child processes stuck indefinitely waiting on semaphores. These semaphores will clearly never be posted to, as the processes are a

[Python-Dev] Re: PEP 585: Type Hinting Generics In Standard Collections

2020-02-25 Thread Łukasz Langa
> On 25 Feb 2020, at 16:22, Guido van Rossum wrote: > > Łukasz, do you agree? As long as we include a form of Nick's explanation in the docs for the type, I'm fine with that. - Ł___ Python-Dev mailing list -- python-dev@python.org To unsubscribe sen

[Python-Dev] Python 3.8.2 and 3.9.0a4 are now available

2020-02-25 Thread Łukasz Langa
On behalf of the entire Python development community, and the currently serving Python release team in particular, I’m pleased to announce the release of two of the latest Python editions. Python 3.8.2 Python 3.8.2 is the second maintenance release of Python 3.8 and contains two months worth o