PEP 620: Fix typos (#1556)
This commit is contained in:
parent
06d41486de
commit
c2c08f612c
|
@ -163,7 +163,7 @@ Hiding implementation details from the C API has multiple advantages:
|
|||
Relationship with the limited C API
|
||||
-----------------------------------
|
||||
|
||||
The PEP 384 "Defining a Stable ABI" is in Python 3.4. It introduces the
|
||||
The PEP 384 "Defining a Stable ABI" is implemented in Python 3.4. It introduces the
|
||||
"limited C API": a subset of the C API. When the limited C API is used,
|
||||
it becomes possible to build a C extension only once and use it on
|
||||
multiple Python versions: that's the stable ABI.
|
||||
|
@ -530,7 +530,7 @@ copy/paste the few functions needed by their C extension.
|
|||
|
||||
**STATUS**: In Progress (implemented but not distributed by CPython yet)
|
||||
|
||||
The ``pythoncapi_compat.h`` header file is currently developer at:
|
||||
The ``pythoncapi_compat.h`` header file is currently developed at:
|
||||
https://github.com/pythoncapi/pythoncapi_compat
|
||||
|
||||
Process to reduce the number of broken C extensions
|
||||
|
|
Loading…
Reference in New Issue