[Python-Dev] Making Cinder more broadly available

2022-03-01 Thread Dino
Hi, Cinder is Meta’s performance-oriented version of CPython 3.8. It has been in use as the production Python behind Instagram server for years, as well as powering various other Python applications across Meta. We are interested in making the

[Python-Dev] Re: October/November/December Steering Council update

2022-03-01 Thread Brett Cannon
On Tue, Mar 1, 2022 at 9:00 AM Joannah Nanjekye wrote: > > Steering Council did a one hour Q recorded session with Visionary > sponsor, Bloomberg. > > Is it possible to access this recording for transparency purposes or is > it confidential? > We can ask, but I vaguely remember the folks at

[Python-Dev] Re: build cpython on M1 Pro mac

2022-03-01 Thread Guido van Rossum
How did you find that issue? It seems unlikely that a problem with 3.11 is caused by an issue reported for Python 2.5 in 2007. My own understanding of the problem with the VS Code debugger and 3.11 (which I have experienced myself as well :-) is that since 3.11 is still in alpha mode, the Pydev

[Python-Dev] Re: October/November/December Steering Council update

2022-03-01 Thread Joannah Nanjekye
> Steering Council did a one hour Q recorded session with Visionary sponsor, Bloomberg. Is it possible to access this recording for transparency purposes or is it confidential? I saw some people in another language community on a twitter thread where people were having rumours and speculations

[Python-Dev] October/November/December Steering Council update

2022-03-01 Thread Pablo Galindo Salgado
We’ve just published the October, November and December steering council update for 2021, also included below: https://github.com/python/steering-council/blob/main/updates/2021-10-steering-council-update.md

[Python-Dev] build cpython on M1 Pro mac

2022-03-01 Thread Yves Duprat
Hi, I built cpython on a mac OSX 12.01. Python runs well. When starts, Python shows that version info which looks good: 'Python 3.11.0a5+ (heads/fix-issue-43352:f899da7fe5, Feb 25 2022, 10:04:53) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin' But when I want to used it in VSCode to debug a