mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue 19195: Improved cross-references in C API documentation.
This commit is contained in:
commit
d51f42372b
10 changed files with 35 additions and 33 deletions
|
@ -312,7 +312,7 @@ the same library that the Python runtime is using.
|
|||
frame *f* is executed, interpreting bytecode and executing calls as needed.
|
||||
The additional *throwflag* parameter can mostly be ignored - if true, then
|
||||
it causes an exception to immediately be thrown; this is used for the
|
||||
:meth:`throw` methods of generator objects.
|
||||
:meth:`~generator.throw` methods of generator objects.
|
||||
|
||||
|
||||
.. c:function:: int PyEval_MergeCompilerFlags(PyCompilerFlags *cf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue