From 9f7941afee30e28a232426cab604936be5e894ce Mon Sep 17 00:00:00 2001 From: Thomas Kowalski Date: Fri, 22 May 2026 08:36:28 +0200 Subject: [PATCH] Profiler: clarify Python profiling not supported on Windows --- layouts/shortcodes/mdoc/en/profiler/enabling/python.mdoc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/shortcodes/mdoc/en/profiler/enabling/python.mdoc.md b/layouts/shortcodes/mdoc/en/profiler/enabling/python.mdoc.md index b48f0928e01..a4b14753271 100644 --- a/layouts/shortcodes/mdoc/en/profiler/enabling/python.mdoc.md +++ b/layouts/shortcodes/mdoc/en/profiler/enabling/python.mdoc.md @@ -12,6 +12,7 @@ For a summary of the minimum and recommended runtime and tracer versions across - Some features depend on newer Python versions than the minimum required version for the SDK. For more details, read [Profile Types][5]. - The installation requires pip version 18 or above. - Continuous Profiler support is in Preview for some serverless platforms, such as [AWS Lambda][6]. +- Continuous Profiler is not supported on Windows. ## Installation