From e525437bcd54fce785a2d27feba6892756fcfebb Mon Sep 17 00:00:00 2001 From: Vlad Scherbich Date: Wed, 22 Jul 2026 17:50:18 -0400 Subject: [PATCH] docs(releasenotes): add profiling Python 3.15 support note Customer-facing Reno fragment for when the profiling stack ships (GAP-02). --- .../profiling-python315-support-5910a6a4e623716b.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/profiling-python315-support-5910a6a4e623716b.yaml diff --git a/releasenotes/notes/profiling-python315-support-5910a6a4e623716b.yaml b/releasenotes/notes/profiling-python315-support-5910a6a4e623716b.yaml new file mode 100644 index 00000000000..9da9f1a9eb4 --- /dev/null +++ b/releasenotes/notes/profiling-python315-support-5910a6a4e623716b.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + profiling: The Continuous Profiler now supports Python 3.15 (GIL-enabled builds), + including the native stack profiler (Echion), lock profiler, memory profiler, and + asyncio task tracking. + + Free-threading (``--disable-gil``) builds are not validated in this release.