Skip to content

Commit eba61f3

Browse files
isidenticalmiss-islington
authored andcommitted
[3.8] bpo-38316: Fix co_stacksize documentation (GH-16983) (GH-17661)
(cherry picked from commit d587272) Co-authored-by: Batuhan Taşkaya <[email protected]> https://bugs.python.org/issue38316 Automerge-Triggered-By: @vstinner
1 parent f89c865 commit eba61f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/datamodel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,8 +925,8 @@ Internal types
925925
the first line number of the function; :attr:`co_lnotab` is a string
926926
encoding the mapping from bytecode offsets to line numbers (for details
927927
see the source code of the interpreter); :attr:`co_stacksize` is the
928-
required stack size (including local variables); :attr:`co_flags` is an
929-
integer encoding a number of flags for the interpreter.
928+
required stack size; :attr:`co_flags` is an integer encoding a number
929+
of flags for the interpreter.
930930

931931
.. index:: object: generator
932932

0 commit comments

Comments
 (0)