Commit 59cd90f4 authored by Stefan Behnel's avatar Stefan Behnel

rst fix

parent c556e988
......@@ -119,7 +119,7 @@ may exhibit substantially different performance characteristics in cpyext.
Functions returning borrowed references were already mentioned as requiring
special care, but they also induce substantially more runtime overhead because
they often create weak references in PyPy where they only return a plain
pointer in CPython. A visible example is :c:func:``PyTuple_GET_ITEM()`.
pointer in CPython. A visible example is :c:func:`PyTuple_GET_ITEM()`.
Some more high-level functions may also show entirely different performance
characteristics, e.g. :c:func:`PyDict_Next()` for dict iteration. While
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment