[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