[python-committers] Re: Python Language Summit at PyCon 2020

2020-02-18 Thread Mariatta
Just to remind everyone that signup to the language summit is still open
for another 11 days.

So far folks have proposed topic like: f-strings, CPython’s documentation,
PEG parser, property-based testing, and more!

We’ve received a number inquiries about the language summit, so here are
some Q:

1. Do I need to sign up if I’m a Python core developer?

Yes please! Attendance is limited to 50 people. Please register to reserve
your seat in the room.

2. Can I sign up if I’m not a Python core developer?

Yes you can. Last year we had 15 participants (out of 50) who were not
Python core devs. Among them were maintainers and representatives from
BeeWare, CircuitPython, PSF board member, PyCharm, etc.

Full details at: https://us.pycon.org/2020/events/languagesummit/


On Tue, Jan 28, 2020 at 1:07 PM Mariatta  wrote:

> (cross posting to python-committers and python-dev)
>
> I'm happy to announce that the signups for Python Language Summit at PyCon
> 2020 is now open.
>
> Full details at: https://us.pycon.org/2020/events/languagesummit/
>
> *TL;DR*
>
> When: Wednesday, April 15, 2020, 9am–4pm (Note, we’re starting 1 hour
> earlier than usual!)
> Where: David L. Lawrence Convention Center, Pittsburgh, PA, room TBD
>
> Sign up to attend: https://forms.gle/Fg7ayhYTaY75J1r7A (closes Feb 29th,
> 2020 AoE)
> Sign up to discuss a topic: https://forms.gle/g4BXezH1Vcn7tLds5 (closes
> Feb 29th, 2020 AoE)
>
> *Who can attend*
>
> We welcome Python core developers, active core contributors to Python and
> alternative Python implementations, and anyone else who has a topic to
> discuss with core developers.
>
> *Who can propose a discussion topic*
>
> If you have discussion items; seeking consensus; awaiting decision on a
> PEP; needing help with your core dev work; or have specific questions that
> need answers from core developers, please submit a proposal. According to
> last year’s feedback, our audience prefer more discussions and shorter
> talks.
>
> To get an idea of past language summits, you can read past years' coverage:
> 2019:
> http://pyfound.blogspot.com/2019/05/the-2019-python-language-summit.html
> 2018: https://lwn.net/Articles/754152/
> 2017: https://lwn.net/Articles/723251/
>
> This year's event will be covered by A. Jesse Jiryu Davis again, and will
> be posted on PSF's blog.
> 
>
> Some changes to note this year:
> 1) We plan to start 1 hour earlier (9AM)
> 2) The room will have U-shaped table layout
>
> Thanks!
>
>
> Mariatta & Łukasz
>
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/ND67QOVC23PYIPIHWMBYP2NOTEFOOUQ2/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] Re: Cannot release 3.9.0a4

2020-02-18 Thread Jason R. Coombs
The Fedora failures in shutil and zipfile are "no space left on device". Seems 
like an environment/infrastructure issue.

The failures in the Windows build also seem to implicate importlib (though with 
an obscure error). I looked into those and they don't appear to relate to 
anything I've worked on, but someone please let me know if find otherwise.

From: Łukasz Langa 
Sent: Monday, February 17, 2020 19:13
To: python-committers 
Subject: [python-committers] Cannot release 3.9.0a4

Currently Buildbots are reporting that master is not in a releasable state:
https://buildbot.python.org/all/#/release_status

Namely, it does not build on Windows 7:
- https://buildbot.python.org/all/#/builders/150/builds/338
- https://buildbot.python.org/all/#/builders/81/builds/390

and suffers from test failures on:
- macOS (importlib) - https://buildbot.python.org/all/#/builders/275/builds/249
- Fedora (shutil and zipfile) - 
https://buildbot.python.org/all/#/builders/449/builds/31


Please look at this, especially the Windows compile failure. I will be 
attempting 3.9.0a4 next week with 3.8.2 final.

- Ł
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/BPDDW63JA26QU3IMSWCY7W3ULO3ZAMVY/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] Re: Cannot release 3.9.0a4

2020-02-18 Thread Victor Stinner
Le mar. 18 févr. 2020 à 01:14, Łukasz Langa  a écrit :
> - macOS (importlib) - 
> https://buildbot.python.org/all/#/builders/275/builds/249

It's a regression of a change merged yesterday:
https://bugs.python.org/issue38691

> - Fedora (shutil and zipfile) - 
> https://buildbot.python.org/all/#/builders/449/builds/31

"test_shutil fails with OSError: [Errno 28] No space left on device on
"PPC64LE Fedora Stable LTO + PGO 3.x" buildbot"
https://bugs.python.org/issue39676

--

It may be nice if we can revert the removal of collections aliases
before the next 3.9.0a4 (but it can also wait):
https://github.com/python/cpython/pull/18545

Victor
-- 
Night gathers, and now my watch begins. It shall not end until my death.
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/XRBTDCUPIH7TVQGZ4BO77YI3LT26ZQEC/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] Re: [Python-cabal] Cannot release 3.9.0a4

2020-02-18 Thread Victor Stinner
Le mar. 18 févr. 2020 à 09:47, Steve Dower  a écrit :
> Windows 7 is not supported for 3.9, but the buildbots have not been 
> removed/repurposed yet. They can be ignored.

I created https://github.com/python/buildmaster-config/issues/168
"Disable Windows 7 on the Python 3.x branch".

Can someone propose a PR for that? The issue explains how to do it.

Victor
-- 
Night gathers, and now my watch begins. It shall not end until my death.
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/SNAJCUDEQPSDXHWACIIO5YSKYITO7BO2/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] [RELEASE] Python 3.8.2rc2 is now available for testing

2020-02-18 Thread Łukasz Langa
Python 3.8.2rc2 is the second release candidate of the second maintenance 
release of Python 3.8. Go get it here:

https://www.python.org/downloads/release/python-382rc2/ 


Why a second release candidate?

The major reason for RC2 is that GH-16839 
 has been reverted.

The original change was supposed to fix for some edge cases in urlparse 
(numeric paths, recognizing netlocs without //; details in BPO-27657 
). Unfortunately it broke third parties 
relying on the pre-existing undefined behavior.

Sadly, the reverted fix has already been released as part of 3.8.1 (and 3.7.6 
where it’s also reverted now). As such, even though the revert is itself a bug 
fix, it is incompatible with the behavior of 3.8.1.

Please test.


Timeline

Assuming no critical problems are found prior to 2020-02-24, the currently 
scheduled release date for 3.8.2 (as well as 3.9.0 alpha 4!), no code changes 
are planned between this release candidate and the final release.

That being said, please keep in mind that this is a pre-release of 3.8.2 and as 
such its main purpose is testing.

Maintenance releases for the 3.8 series will continue at regular bi-monthly 
intervals, with 3.8.3 planned for April 2020 (during sprints at PyCon US).


What’s new?

The Python 3.8 series is the newest feature release of the Python language, and 
it contains many new features and optimizations. See the “What’s New in Python 
3.8 ” document for more 
information about features included in the 3.8 series.

Detailed information about all changes made in version 3.8.2 specifically can 
be found in its change log 
.


We hope you enjoy Python 3.8!

Thanks to all of the many volunteers who help make Python Development and these 
releases possible! Please consider supporting our efforts by volunteering 
yourself or through organization contributions to the Python Software 
Foundation.

https://www.python.org/psf/ 


- Ł___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/DW2XBRKSZZCREQ42HSPTJIGFTKXQGW2X/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] Re: [Python-cabal] Cannot release 3.9.0a4

2020-02-18 Thread Steve Dower
Windows 7 is not supported for 3.9, but the buildbots have not been 
removed/repurposed yet. They can be ignored. 




There's a bug somewhere with the owners on it.




Cheers,


Steve




Top-posted from my mobile device







On Tue, Feb 18, 2020 at 1:03 AM +, "Łukasz Langa"  wrote:










Currently Buildbots are reporting that master is not in a releasable 
state:https://buildbot.python.org/all/#/release_status
Namely, it does not build on Windows 7:- 
https://buildbot.python.org/all/#/builders/150/builds/338- 
https://buildbot.python.org/all/#/builders/81/builds/390
and suffers from test failures on:- macOS (importlib) - 
https://buildbot.python.org/all/#/builders/275/builds/249- Fedora (shutil and 
zipfile) - https://buildbot.python.org/all/#/builders/449/builds/31

Please look at this, especially the Windows compile failure. I will be 
attempting 3.9.0a4 next week with 3.8.2 final.
- Ł




___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/UDE77EPJC3KRUYT3DXCWMCIADRYAD3KU/
Code of Conduct: https://www.python.org/psf/codeofconduct/