From e091038e0be6268c2300807b82be8149881db6f3 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 1 Nov 2023 16:35:19 +0200 Subject: [PATCH] PEP 733: Add Post-History --- peps/pep-0733.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0733.rst b/peps/pep-0733.rst index f052f375ad0..409cdef5eba 100644 --- a/peps/pep-0733.rst +++ b/peps/pep-0733.rst @@ -30,8 +30,8 @@ Author: Erlend Egeberg Aasland , Jelle Zijlstra , Status: Draft Type: Informational -Content-Type: text/x-rst Created: 16-Oct-2023 +Post-History: `01-Nov-2023 `__ Abstract @@ -65,7 +65,7 @@ conventions changed, and new usage patterns have emerged, such as bindings to languages other than C/C++. In the next few years, new developments are expected to further test the C API, such as the removal of the GIL and the development of a JIT compiler. However, this growth was not -supported by clearly documented guidelines, resulting in inconsitent +supported by clearly documented guidelines, resulting in inconsistent approaches to API design in different subsystems of CPython. In addition, CPython is no longer the only implementation of Python, and some of the design decisions made when it was, are difficult for alternative