[python-committers] Re: [RELEASE] Python 3.8.3rc1 is now ready for testing

2020-04-29 Thread Victor Stinner
Hi, In the Python 3.8.3rc1 changelog, I see these two changes: (1) bpo-39776: Fix race condition where threads created by PyGILState_Ensure() could get a duplicate id. This affects consumers of tstate->id like the contextvar caching machinery, which could return invalid cached objects under heavy

[python-committers] Re: [RELEASE] Python 3.8.3rc1 is now ready for testing

2020-04-29 Thread Victor Stinner
Hi, Thanks for the release! Python 3.8.3rc1 has a compiler regression introduced after Python 3.8.2: https://bugs.python.org/issue39562#msg365311 I proposed different options to fix it: https://bugs.python.org/issue39562#msg367018 Victor Le jeu. 30 avr. 2020 à 01:08, Łukasz Langa a écrit : >

[python-committers] [RELEASE] Python 3.8.3rc1 is now ready for testing

2020-04-29 Thread Łukasz Langa
Python 3.8.3rc1 is the release candidate of the third maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-383rc1/ Assuming no critical problems are found prior to 2020-05-11, the scheduled