[Python-checkins] [3.14] gh-148735: Fix a UAF in `Element.findtext()` (GH-148738) (#148916)

2026-04-24 Thread StanFromIreland
https://github.com/python/cpython/commit/89f44ac4229e41efc6cbe36f82f66f2f8f58ba2f commit: 89f44ac4229e41efc6cbe36f82f66f2f8f58ba2f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: StanFromIreland date: 2026-04-24T21:38:15+01:00 summary: [3.14

[Python-checkins] gh-146073: Add fitness/exit quality mechanism for JIT trace frontend (GH-148089)

2026-04-24 Thread markshannon
https://github.com/python/cpython/commit/618b726d68ccd7ae933ced615fd384d62a42ac51 commit: 618b726d68ccd7ae933ced615fd384d62a42ac51 branch: main author: Hai Zhu committer: markshannon date: 2026-04-24T10:37:01+01:00 summary: gh-146073: Add fitness/exit quality mechanism for JIT trace frontend (GH

[Python-checkins] gh-108951: add TaskGroup.cancel() (#127214)

2026-04-24 Thread gvanrossum
https://github.com/python/cpython/commit/95559d2a7e0071342dff33dcf58f71a14d291163 commit: 95559d2a7e0071342dff33dcf58f71a14d291163 branch: main author: John Belmonte committer: gvanrossum date: 2026-04-24T11:22:05-07:00 summary: gh-108951: add TaskGroup.cancel() (#127214) Fixes #108951 Co-auth

[Python-checkins] Improve `hash()` builtin docstring with caveats. (GH-125229)

2026-04-24 Thread gpshead
https://github.com/python/cpython/commit/665b7dfcfa240e02760f58bed5ca29ec01d028e6 commit: 665b7dfcfa240e02760f58bed5ca29ec01d028e6 branch: main author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2026-04-24T16:36:46Z su