PEP 630: superseded by a HOWTO in the docs (GH-2773)
This commit is contained in:
parent
df0c276128
commit
82072755b5
|
@ -2,7 +2,7 @@ PEP: 630
|
||||||
Title: Isolating Extension Modules
|
Title: Isolating Extension Modules
|
||||||
Author: Petr Viktorin <encukou@gmail.com>
|
Author: Petr Viktorin <encukou@gmail.com>
|
||||||
Discussions-To: capi-sig@python.org
|
Discussions-To: capi-sig@python.org
|
||||||
Status: Active
|
Status: Final
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 25-Aug-2020
|
Created: 25-Aug-2020
|
||||||
|
@ -11,6 +11,8 @@ Post-History: 16-Jul-2020
|
||||||
|
|
||||||
.. highlight:: c
|
.. highlight:: c
|
||||||
|
|
||||||
|
.. canonical-doc:: `Isolating Extension Modules HOWTO <https://docs.python.org/3.11/howto/isolating-extensions.html>`_
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue