[python-committers] Re: Python 3.11.0a4 is blocked

2022-01-06 Thread Victor Stinner
On Thu, Jan 6, 2022 at 12:33 PM Pablo Galindo Salgado wrote: > * https://bugs.python.org/issue46006 > > Victor made a revert of his PR but unfortunately, we cannot easily backport > it to 3.10 as it affects the ABI. It affects the interpreter state structure > that although is not on the stable

[python-committers] Re: Python 3.11.0a4 is blocked

2022-01-06 Thread Pablo Galindo Salgado
Hi everyone, An update on this. Unfortunately, we are still blocked. Some of the blockers have been fixed (thanks to everyone involved) but the following are still pending: * https://bugs.python.org/issue46208 This issue has a PR being reviewed but the fix is still not merged. * https://bugs.py

[python-committers] Re: Python 3.11.0a4 is blocked

2022-01-05 Thread Eric Snow
On Wed, Jan 5, 2022 at 7:04 AM Petr Viktorin wrote: > IMO, there should be a PEP for wide-reaching changes like bpo-40521, and > the PEP should be actually *approved* before such changes are made. FWIW, I plan on posting a PEP by the end of the week regarding per-interpreter GIL and the related w

[python-committers] Re: Python 3.11.0a4 is blocked

2022-01-05 Thread Petr Viktorin
https://bugs.python.org/issue46006 This one is due to a regression made in bpo-40521 "Make free lists and unicode caches per-interpreter". It affects 3.10 as well, and hes broken a number of third-party libraries there (e.g. mod_wsgi and kodi). It's not