From 77d1d518e6dff4ede0351ffba9f48374bae44365 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 10 Oct 2023 09:53:09 +0200 Subject: [PATCH] PEP-3121: Mark as Final --- 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 a116e1e22df..047391efe75 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 ========