From e600bcbbb36425a0d8427ee549d25c67d5ac535a Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Thu, 23 Apr 2026 20:08:24 -0700 Subject: [PATCH 1/2] PEP 806: Mark as Rejected --- peps/pep-0806.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/peps/pep-0806.rst b/peps/pep-0806.rst index 142a99b0d38..4c2997e30f6 100644 --- a/peps/pep-0806.rst +++ b/peps/pep-0806.rst @@ -3,13 +3,15 @@ Title: Mixed sync/async context managers with precise async marking Author: Zac Hatfield-Dodds Sponsor: Jelle Zijlstra Discussions-To: https://discuss.python.org/t/103971 -Status: Draft +Status: Rejected Type: Standards Track Created: 05-Sep-2025 Python-Version: 3.15 Post-History: `22-May-2025 `__, `25-Sep-2025 `__, +Resolution: https://discuss.python.org/t/pep-806-mixed-sync-async-context-managers-with-precise-async-marking/103971/12 + Abstract ======== From 945b9bcd3bdfc2cfb14ececcb3e5c4932d8e2570 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Thu, 23 Apr 2026 20:09:16 -0700 Subject: [PATCH 2/2] . --- peps/pep-0806.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0806.rst b/peps/pep-0806.rst index 4c2997e30f6..45cd435f84a 100644 --- a/peps/pep-0806.rst +++ b/peps/pep-0806.rst @@ -10,7 +10,7 @@ Python-Version: 3.15 Post-History: `22-May-2025 `__, `25-Sep-2025 `__, -Resolution: https://discuss.python.org/t/pep-806-mixed-sync-async-context-managers-with-precise-async-marking/103971/12 +Resolution: `23-Apr-2026 `__ Abstract