]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
📜🤖 Added by blurb_it.
authorblurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Sat, 18 Oct 2025 21:50:49 +0000 (21:50 +0000)
committerGitHub <noreply@github.com>
Sat, 18 Oct 2025 21:50:49 +0000 (21:50 +0000)
Misc/NEWS.d/next/Core_and_Builtins/2025-10-18-21-50-44.gh-issue-139109.9QQOzN.rst [new file with mode: 0644]

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 (file)
index 0000000..01e2efa
--- /dev/null
@@ -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.