mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-38316: Fix co_stacksize documentation (GH-16983)
This commit is contained in:
parent
cb8b946ac1
commit
d587272fe3
1 changed files with 2 additions and 2 deletions
|
@ -925,8 +925,8 @@ Internal types
|
|||
the first line number of the function; :attr:`co_lnotab` is a string
|
||||
encoding the mapping from bytecode offsets to line numbers (for details
|
||||
see the source code of the interpreter); :attr:`co_stacksize` is the
|
||||
required stack size (including local variables); :attr:`co_flags` is an
|
||||
integer encoding a number of flags for the interpreter.
|
||||
required stack size; :attr:`co_flags` is an integer encoding a number
|
||||
of flags for the interpreter.
|
||||
|
||||
.. index:: object: generator
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue