Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,11 @@ Special read-only attributes
* - .. attribute:: codeobject.co_stacksize
- The required stack size of the code object

* - .. attribute:: codeobject.co_exceptiontable
- A bytes object containing the exception handling table of the code object

.. versionadded:: 3.11

* - .. attribute:: codeobject.co_flags
- An :class:`integer <int>` encoding a number of flags for the
interpreter.
Expand Down
Loading