Skip to content

Commit d587272

Browse files
isidenticalvstinner
authored andcommitted
bpo-38316: Fix co_stacksize documentation (GH-16983)
1 parent cb8b946 commit d587272

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)