Skip to content

Commit

Permalink
PEP 733: Add Post-History (#3518)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Nov 1, 2023
1 parent 02da28b commit a600918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peps/pep-0733.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Author: Erlend Egeberg Aasland <erlend@python.org>,
Jelle Zijlstra <jelle.zijlstra@gmail.com>,
Status: Draft
Type: Informational
Content-Type: text/x-rst
Created: 16-Oct-2023
Post-History: `01-Nov-2023 <https://discuss.python.org/t/pep-733-an-evaluation-of-python-s-public-c-api/37618>`__


Abstract
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a600918

Please sign in to comment.