[Python-Dev] PEP 605: A rolling feature release stream for CPython

2019-10-01 Thread Nick Coghlan
Hi folks, Steve Dower and I have put together a proposal to try to reduce feature delivery latency by changing our pre-release management process such that beta releases are considered production ready. The preferred discussion thread for that PEP is on Discourse here: https://discuss.python.org/

[Python-Dev] Re: [RELEASE] Python 3.8.0rc1 is now available

2019-10-01 Thread Miro Hrončok
On 01. 10. 19 23:29, Łukasz Langa wrote: On 1 Oct 2019, at 21:54, Miro Hrončok wrote: On 01. 10. 19 21:35, Łukasz Langa wrote: Python 3.8.0 is *almost* ready. After a rather tumultuous few days, we are very happy to announce the availability of the release candidate: https://www.python.org/

[Python-Dev] Re: [RELEASE] Python 3.8.0rc1 is now available

2019-10-01 Thread Łukasz Langa
> On 1 Oct 2019, at 21:54, Miro Hrončok wrote: > > On 01. 10. 19 21:35, Łukasz Langa wrote: >> Python 3.8.0 is *almost* ready. After a rather tumultuous few days, we are >> very happy to announce the availability of the release candidate: >> https://www.python.org/downloads/release/python-380rc

[Python-Dev] Re: [RELEASE] Python 3.8.0rc1 is now available

2019-10-01 Thread Miro Hrončok
On 01. 10. 19 21:54, Miro Hrončok wrote: On 01. 10. 19 21:35, Łukasz Langa wrote: Python 3.8.0 is *almost* ready. After a rather tumultuous few days, we are very happy to announce the availability of the release candidate: https://www.python.org/downloads/release/python-380rc1/ This release,

[Python-Dev] Re: [RELEASE] Python 3.8.0rc1 is now available

2019-10-01 Thread Miro Hrončok
On 01. 10. 19 21:35, Łukasz Langa wrote: Python 3.8.0 is *almost* ready. After a rather tumultuous few days, we are very happy to announce the availability of the release candidate: https://www.python.org/downloads/release/python-380rc1/ This release, *3.8.0rc1*, is the final planned release p

[Python-Dev] [RELEASE] Python 3.8.0rc1 is now available

2019-10-01 Thread Łukasz Langa
Python 3.8.0 is almost ready. After a rather tumultuous few days, we are very happy to announce the availability of the release candidate: https://www.python.org/downloads/release/python-380rc1/ This release, 3.8.0rc1, is the final plann

[Python-Dev] Re: PEP 587 (Python Initialization Configuration) updated to be future proof again

2019-10-01 Thread Thomas Wouters
On Mon, Sep 30, 2019 at 11:00 PM Brett Cannon wrote: > Victor Stinner wrote: > > Hi Nick, > > Le dim. 29 sept. 2019 à 08:47, Nick Coghlan ncogh...@gmail.com a écrit : > > > I don't quite understand the purpose of this change, > > > as there's no > > > stable ABI for applications embedding CPython

[Python-Dev] Re: PEP 587 (Python Initialization Configuration) updated to be future proof again

2019-10-01 Thread Victor Stinner
Sorry for the bad timing. I dislike working under pressure. The discussion on python-dev, the bug tracker and pull requests was really interesting. The issue has been fixed: the whole idea of stable ABI for PyConfig has been abandoned. If you want to switch to a different version of Python when yo

[Python-Dev] Re: [python-committers] Re: Currently working on the release of Python 3.8.0rc1

2019-10-01 Thread Victor Stinner
Hi Łukasz, Le lun. 30 sept. 2019 à 16:32, Łukasz Langa a écrit : > > On 30 Sep 2019, at 16:09, Nick Coghlan wrote: > > > > I've filed https://bugs.python.org/issue38326 as a release blocker, as > > I don't think we should be cutting RCs when changes have been made to > > a PEP-approved API witho

[Python-Dev] Re: [python-committers] Currently working on the release of Python 3.8.0rc1

2019-10-01 Thread Łukasz Langa
I merged it. In the future: you can use priorities on BPO issues to make it more visible. - Ł > On 1 Oct 2019, at 07:03, Giampaolo Rodola' wrote: > > Hello Łukasz, > I consider this one critical enough to get into 3.8: > https://bugs.python.org/issue38319