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.