PEP 707: fix link to another PEP (#3039)
This commit is contained in:
parent
47bf3eb00a
commit
23c9c28e36
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue