PEP 733: Add Post-History (#3518)
This commit is contained in:
parent
02da28b2bd
commit
a60091889e
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue