Mark PEP 652 accepted & add a note from the SC and link to bpo (#1929)
This commit is contained in:
parent
5578160afa
commit
efd8e7029e
|
@ -2,11 +2,12 @@ PEP: 652
|
|||
Title: Maintaining the Stable ABI
|
||||
Author: Petr Viktorin <encukou@gmail.com>
|
||||
Discussions-To: https://discuss.python.org/t/pre-pep-maintaining-the-stable-abi/6986/
|
||||
Status: Draft
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 09-Feb-2021
|
||||
Python-Version: 3.10
|
||||
Resolution: https://mail.python.org/archives/list/python-dev@python.org/message/IN4XMFLQJ6D6V67EXU27GV3QWSEHHNNH/
|
||||
|
||||
|
||||
Abstract
|
||||
|
@ -344,7 +345,8 @@ Procedure:
|
|||
Advice for Extenders and Embedders
|
||||
----------------------------------
|
||||
|
||||
The following notes will be added to documentation.
|
||||
The following notes will be added to documentation, along with better
|
||||
information regarding this topic and what guarantees do we offer:
|
||||
|
||||
Extension authors should test with all Python versions they support,
|
||||
and preferably build with the lowest such version.
|
||||
|
@ -408,8 +410,9 @@ Docs for CPython core developers will be added to the devguide.
|
|||
Reference Implementation
|
||||
========================
|
||||
|
||||
Nothing presentable yet.
|
||||
See `issue 43795`_.
|
||||
|
||||
.. _issue 43795: https://bugs.python.org/issue43795
|
||||
|
||||
Ideas for the Future
|
||||
====================
|
||||
|
|
Loading…
Reference in New Issue