From: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:50:49 +0000 (+0000) Subject: 📜🤖 Added by blurb_it. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=460fb39d431079e1805b871b70ea063b58bec3a8;p=thirdparty%2FPython%2Fcpython.git 📜🤖 Added by blurb_it. --- diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2025-10-18-21-50-44.gh-issue-139109.9QQOzN.rst b/Misc/NEWS.d/next/Core_and_Builtins/2025-10-18-21-50-44.gh-issue-139109.9QQOzN.rst new file mode 100644 index 000000000000..01e2efa4df45 --- /dev/null +++ b/Misc/NEWS.d/next/Core_and_Builtins/2025-10-18-21-50-44.gh-issue-139109.9QQOzN.rst @@ -0,0 +1 @@ +A new tracing frontend for the JIT compiler has been implemented. Patch by Ken Jin. Design for CPython by Brandt Bucher, Mark Shannon and Ken Jin.