]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-124483: Mark `Py_DECREF`, etc. as escaping for the JIT (GH-128678)
authorMark Shannon <mark@hotpy.org>
Mon, 13 Jan 2025 11:42:45 +0000 (11:42 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 11:42:45 +0000 (11:42 +0000)
commit39fc7ef4fe211e8f7d3b5a6e392e475ecdfbce72
tree39aae222528f9f1858da6044c6e914e55b1af1ec
parentafb9dc887c6e8ae17b6a54c6124399e8bdc82253
GH-124483: Mark `Py_DECREF`, etc. as escaping for the JIT (GH-128678)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-01-09-11-46-57.gh-issue-124483.KRtBeQ.rst [new file with mode: 0644]
Tools/cases_generator/analyzer.py