mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use pep role instead of url (#121611)
This commit is contained in:
parent
4d09719341
commit
33eeccf6d4
11 changed files with 36 additions and 41 deletions
|
@ -96,8 +96,8 @@ bound into a function.
|
|||
Return the line number of the instruction that occurs on or before ``byte_offset`` and ends after it.
|
||||
If you just need the line number of a frame, use :c:func:`PyFrame_GetLineNumber` instead.
|
||||
|
||||
For efficiently iterating over the line numbers in a code object, use `the API described in PEP 626
|
||||
<https://peps.python.org/pep-0626/#out-of-process-debuggers-and-profilers>`_.
|
||||
For efficiently iterating over the line numbers in a code object, use :pep:`the API described in PEP 626
|
||||
<0626#out-of-process-debuggers-and-profilers>`.
|
||||
|
||||
.. c:function:: int PyCode_Addr2Location(PyObject *co, int byte_offset, int *start_line, int *start_column, int *end_line, int *end_column)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue