diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 1e53c0e0e6f971..27d7d25bcd6d5b 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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 ` encoding a number of flags for the interpreter.