From e38ee92c88e8a5bb845becead6a22f6c31c97203 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 11 Oct 2023 11:31:29 +0200 Subject: [PATCH] PEP-3121: Mark as Final (#3471) --- peps/pep-3121.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/peps/pep-3121.rst b/peps/pep-3121.rst index a116e1e22..047391efe 100644 --- a/peps/pep-3121.rst +++ b/peps/pep-3121.rst @@ -3,13 +3,16 @@ Title: Extension Module Initialization and Finalization Version: $Revision$ Last-Modified: $Date$ Author: Martin von Löwis -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 27-Apr-2007 Python-Version: 3.0 Post-History: +.. canonical-doc:: :external+python:c:func:`PyInit_modulename` and + :external+python:c:type:`PyModuleDef` + Abstract ========