From d4a87cde12474bcfd876c02fed27825a8f1f4a90 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 28 Apr 2026 12:02:51 +0300 Subject: [PATCH] PEP 799: Mark as Final --- peps/pep-0799.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/peps/pep-0799.rst b/peps/pep-0799.rst index b941420f147..0ba1d48da05 100644 --- a/peps/pep-0799.rst +++ b/peps/pep-0799.rst @@ -3,13 +3,15 @@ Title: A dedicated ``profiling`` package for organizing Python profiling tools Author: Pablo Galindo Salgado , László Kiss Kollár Discussions-To: https://discuss.python.org/t/pep-799-a-dedicated-profilers-package-for-organizing-python-profiling-tool/100898 -Status: Accepted +Status: Final Type: Standards Track Created: 21-Jul-2025 Python-Version: 3.15 Post-History: `01-Aug-2025 `__ Resolution: `21-Aug-2025 `__ +.. canonical-doc:: :external+py3.15:mod:`profiling` + Abstract ========