From e756038ec3309687566d2899c3d9e9c7316cc8d0 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Mon, 10 Apr 2023 11:48:32 -0600 Subject: [PATCH] PEP 684: Mark as Accepted (#3097) --- pep-0684.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0684.rst b/pep-0684.rst index 1b9b7a327..6a1dd5b70 100644 --- a/pep-0684.rst +++ b/pep-0684.rst @@ -2,7 +2,7 @@ PEP: 684 Title: A Per-Interpreter GIL Author: Eric Snow Discussions-To: https://discuss.python.org/t/pep-684-a-per-interpreter-gil/19583 -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Requires: 683 @@ -11,7 +11,7 @@ Python-Version: 3.12 Post-History: `08-Mar-2022 `__, `29-Sep-2022 `__, `28-Oct-2022 `__, -Resolution: +Resolution: https://discuss.python.org/t/19583/42 Abstract