diff --git a/pep-0620.rst b/pep-0620.rst index fe3508da4..3fbd14b9e 100644 --- a/pep-0620.rst +++ b/pep-0620.rst @@ -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