[Python-Dev] "make test" routinely fails to terminate

2018-05-19 Thread Skip Montanaro
On the 3.7 branch, "make test" routinely fails to terminate. (Pretty vanilla Ubuntu 17.10 running on a Dell Laptop. Nothing esoteric at all) Lately, it's been one of the multiprocessing tests. After a long while (~2000 seconds), I kill it, then it complains many times about lack of a valid_signals

Re: [Python-Dev] PEP 575 (Unifying function/method classes) update

2018-05-19 Thread Nick Coghlan
On 17 May 2018 at 06:34, Jeroen Demeyer wrote: > On 2018-05-16 17:31, Petr Viktorin wrote: > >> The larger a change is, the harder it is to understand >> > > I already disagree here... > > I'm afraid that you are still confusing the largeness of the *change* with > the

Re: [Python-Dev] PEP: 576 Title: Rationalize Built-in function classes

2018-05-19 Thread Stefan Behnel
mark schrieb am 19.05.2018 um 11:15: > At the language summit this year, there was some discussion of PEP 575. > I wanted to simplify the PEP, but rather than modify that PEP, Nick Coghlan > encouraged me to write an alternative PEP instead. > > PEP 576 aims to fulfill the same goals as PEP 575,

Re: [Python-Dev] Failing tests on master (asyncio, multiprocessing)

2018-05-19 Thread Christian Heimes
On 2018-05-19 11:29, Eitan Adler wrote: > On 19 May 2018 at 02:05, Christian Heimes wrote: >> Hi, >> >> several of my PRs as well as local tests have started failing recently. >> On my local Fedora 27 machine, four sendfile related tests of >> test_asyncio's

Re: [Python-Dev] Failing tests on master (asyncio, multiprocessing)

2018-05-19 Thread Eitan Adler
On 19 May 2018 at 02:05, Christian Heimes wrote: > Hi, > > several of my PRs as well as local tests have started failing recently. > On my local Fedora 27 machine, four sendfile related tests of > test_asyncio's BaseLoopSockSendfileTests suite are failing reproducible. >

[Python-Dev] PEP: 576 Title: Rationalize Built-in function classes

2018-05-19 Thread mark
Hi, At the language summit this year, there was some discussion of PEP 575. I wanted to simplify the PEP, but rather than modify that PEP, Nick Coghlan encouraged me to write an alternative PEP instead. PEP 576 aims to fulfill the same goals as PEP 575, but with fewer changes and to be fully

[Python-Dev] Failing tests on master (asyncio, multiprocessing)

2018-05-19 Thread Christian Heimes
Hi, several of my PRs as well as local tests have started failing recently. On my local Fedora 27 machine, four sendfile related tests of test_asyncio's BaseLoopSockSendfileTests suite are failing reproducible. For example Travis CI job https://travis-ci.org/python/cpython/jobs/380852981 fails