[python-committers] Re: Vote on core-dev chat choice
Your poll has a choice: "IRC channel other than #python-dev". FYI buildbot notifications already moved from #python-dev to #python-dev-notifs. I created a PR to move GitHub notifications there as well: https://github.com/python/psf-salt/pull/209 Victor On Sun, May 23, 2021 at 1:08 AM Senthil Kumaran wrote: > > Please vote on this topic of "Core-dev" chat choice. > > https://discuss.python.org/t/vote-on-core-dev-chat-choice/8870 > > Thank you, > Senthil > ___ > python-committers mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-committers.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/FYCPZV73HUQ7UL6WLYP5WL3S5S5UHZT3/ > Code of Conduct: https://www.python.org/psf/codeofconduct/ -- Night gathers, and now my watch begins. It shall not end until my death. ___ python-committers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/47TICIUZP4NZA5MQQPUKCFU36SGZSY4V/ Code of Conduct: https://www.python.org/psf/codeofconduct/
[python-committers] Re: Vote on core-dev chat choice
On Mon, May 24, 2021 at 12:16:22PM +0200, Victor Stinner wrote: > Your poll has a choice: "IRC channel other than #python-dev". > > FYI buildbot notifications already moved from #python-dev to > #python-dev-notifs. > > I created a PR to move GitHub notifications there as well: > https://github.com/python/psf-salt/pull/209 Thank you. This is excellent. Personally, I had filtered those notifications out on the client side (Quassel IRC) for my convenience. This brings #python-dev back as the suitable chat medium again. Not sure if this changes anything with the vote choices. The preference for IRC will the same. -- Senthil ___ python-committers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/YF6AX5GU4TI5QC52PLMSL6KNJ7E2WSIV/ Code of Conduct: https://www.python.org/psf/codeofconduct/
[python-committers] IMPORTANT: Python 3.10b2 release blockers
Hi, Tomorrow is the scheduled release of Python 3.10 beta 2 but unfortunately we have several release blockers: https://bugs.python.org/issue41282: Deprecate and remove distutils https://bugs.python.org/issue40222: "Zero cost" exception handling https://bugs.python.org/issue42972: [C API] Heap types (PyType_FromSpec) must fully implement the GC protocol https://bugs.python.org/issue44043: 3.10 b1 armhf Bus Error in hashlib test: test_gil We also have the address sanitizer buildbot failing : https://buildbot.python.org/all/#/builders/582/builds/165/steps/5/logs/stdio and some segmentation faults on the fedora stable buildbot: https://buildbot.python.org/all/#/builders/543/builds/190 Some of these issues have PRs but some of them have not. Please, if you are involved or you maintain one of the areas involved in these issues, take a look at them and act with one of the following: * Fix the issue making a PR * Review an existing PR and / or merge it * If you intend to mark it as a deferred blocker, please provide a rationale and contact me first by pinging me in the issue. Until these issues are fixed or deferred, the release team will not be able to make a new beta release. Thanks for your help, Regards from stormy London, Pablo Galindo Salgado ___ python-committers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/FHFI7QKWNHAVWVFTCHJGTYD3ZFVEUXDD/ Code of Conduct: https://www.python.org/psf/codeofconduct/
[python-committers] Re: IMPORTANT: Python 3.10b2 release blockers
Small correction: https://bugs.python.org/issue40222: "Zero cost" exception handling and the segfaults on these buildbots: https://buildbot.python.org/all/#/builders/582/builds/165/steps/5/logs/stdio https://buildbot.python.org/all/#/builders/543/builds/190 are 3-11 (main branch) only, but they are also quite important to get fixed as soon as possible, so the buildbot failures don't pile up. On the other hand, seems that there is a nasty race condition on test_asyncio and many of the refleak builders for 3.10 hang, rendering them not usefull: https://buildbot.python.org/all/#/builders/693/builds/21 https://buildbot.python.org/all/#/builders/677/builds/22 https://buildbot.python.org/all/#/builders/669/builds/22 ... You can access the release dashboard for the buildbots here: https://buildbot.python.org/all/#/release_status On Mon, 24 May 2021 at 23:45, Pablo Galindo Salgado wrote: > Hi, > > Tomorrow is the scheduled release of Python 3.10 beta 2 but unfortunately > we have several release blockers: > > https://bugs.python.org/issue41282: Deprecate and remove distutils > https://bugs.python.org/issue40222: "Zero cost" exception handling > https://bugs.python.org/issue42972: [C API] Heap types (PyType_FromSpec) > must fully implement the GC protocol > https://bugs.python.org/issue44043: 3.10 b1 armhf Bus Error in hashlib > test: test_gil > > We also have the address sanitizer buildbot failing : > > > https://buildbot.python.org/all/#/builders/582/builds/165/steps/5/logs/stdio > > and some segmentation faults on the fedora stable buildbot: > > https://buildbot.python.org/all/#/builders/543/builds/190 > > Some of these issues have PRs but some of them have not. Please, if you > are involved or you maintain one of the > areas involved in these issues, take a look at them and act with one of > the following: > > * Fix the issue making a PR > * Review an existing PR and / or merge it > * If you intend to mark it as a deferred blocker, please provide a > rationale and contact me first by pinging me in the issue. > > Until these issues are fixed or deferred, the release team will not be > able to make a new beta release. > > Thanks for your help, > > Regards from stormy London, > Pablo Galindo Salgado > ___ python-committers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/GBD57CUUU4K5NMQDTEZXNCX76YISEIGQ/ Code of Conduct: https://www.python.org/psf/codeofconduct/
