From 23c9c28e36dae56bfbc891b28e3095c7d1392eb0 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:25:56 +0000 Subject: [PATCH] PEP 707: fix link to another PEP (#3039) --- pep-0707.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0707.rst b/pep-0707.rst index 10cf549f2..8e28fc135 100644 --- a/pep-0707.rst +++ b/pep-0707.rst @@ -305,7 +305,7 @@ In summary, an ``exit_func`` will be invoke with a single arg if: * it is a ``PyCFunction`` with the ``METH_O`` flag. Note that any performance cost of the introspection can be mitigated via -:pep:`specialization <564>`, so it won't be a problem if we need to make it more +:pep:`specialization <659>`, so it won't be a problem if we need to make it more sophisticated than this for some reason.