(cherry picked from commit
d587272fe3b0fcad2f23a490e76f9f82ca7d64ef)
Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
https://bugs.python.org/issue38316
Automerge-Triggered-By: @vstinner
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