From e3139b36d857d3a64ebf23d33152f856af218bac Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Tue, 12 Apr 2022 21:35:19 +0200 Subject: [PATCH 1/3] PEP 670: Mark as Accepted --- pep-0670.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pep-0670.rst b/pep-0670.rst index 3fa479d601b..ae234d9f7b0 100644 --- a/pep-0670.rst +++ b/pep-0670.rst @@ -2,11 +2,12 @@ PEP: 670 Title: Convert macros to functions in the Python C API Author: Erlend Egeberg Aasland , Victor Stinner -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 19-Oct-2021 Python-Version: 3.11 +Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/QQFCJ7LR36RUZSC3WI6WZZMQVQ3ZI4MS/ Abstract From 7ab17770ef95df96079bb15ef925994143172b99 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Wed, 13 Apr 2022 23:50:51 +0200 Subject: [PATCH 2/3] Add post history --- pep-0670.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pep-0670.rst b/pep-0670.rst index ae234d9f7b0..3689150e093 100644 --- a/pep-0670.rst +++ b/pep-0670.rst @@ -8,6 +8,10 @@ Content-Type: text/x-rst Created: 19-Oct-2021 Python-Version: 3.11 Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/QQFCJ7LR36RUZSC3WI6WZZMQVQ3ZI4MS/ +Post-History: `15-Oct-2021 `__, + `20 Oct 2021 `__, + `8 Feb 2022 `__, + `22 Feb 2022 `__ Abstract From bebc95bb141e1c03686cb2cf54a3dc8b1b1805f2 Mon Sep 17 00:00:00 2001 From: Erlend Egeberg Aasland Date: Sat, 16 Apr 2022 01:17:11 +0200 Subject: [PATCH 3/3] Update pep-0670.rst Co-authored-by: CAM Gerlach --- pep-0670.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pep-0670.rst b/pep-0670.rst index 3689150e093..c5c088678eb 100644 --- a/pep-0670.rst +++ b/pep-0670.rst @@ -7,11 +7,10 @@ Type: Standards Track Content-Type: text/x-rst Created: 19-Oct-2021 Python-Version: 3.11 +Post-History: `20-Oct-2021 `__, + `08-Feb-2022 `__, + `22-Feb-2022 `__ Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/QQFCJ7LR36RUZSC3WI6WZZMQVQ3ZI4MS/ -Post-History: `15-Oct-2021 `__, - `20 Oct 2021 `__, - `8 Feb 2022 `__, - `22 Feb 2022 `__ Abstract