From 5b98e7d0e47299c512c7c3e38cdee8b0c630325b Mon Sep 17 00:00:00 2001 From: Diego Russo Date: Fri, 8 May 2026 12:25:18 +0100 Subject: [PATCH] Add Diego as author of PEP 831 --- peps/pep-0831.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/peps/pep-0831.rst b/peps/pep-0831.rst index 48c794dc721..45e2a9a3df2 100644 --- a/peps/pep-0831.rst +++ b/peps/pep-0831.rst @@ -3,6 +3,7 @@ Title: Frame Pointers Everywhere: Enabling System-Level Observability for Python Author: Pablo Galindo Salgado , Ken Jin , Savannah Ostrowski , + Diego Russo , Discussions-To: https://discuss.python.org/t/106958 Status: Accepted Type: Standards Track