PEP 707: fix link to another PEP (#3039)

This commit is contained in:
Irit Katriel 2023-03-06 17:25:56 +00:00 committed by GitHub
parent 47bf3eb00a
commit 23c9c28e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. * it is a ``PyCFunction`` with the ``METH_O`` flag.
Note that any performance cost of the introspection can be mitigated via 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. sophisticated than this for some reason.