diff --git a/pep-0652.rst b/pep-0652.rst index 5f0c72f70..324dbfdf7 100644 --- a/pep-0652.rst +++ b/pep-0652.rst @@ -2,11 +2,12 @@ PEP: 652 Title: Maintaining the Stable ABI Author: Petr Viktorin 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 ====================