File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -495,11 +495,11 @@ \section{The standard type hierarchy} \label{types}
495495\begin {description }
496496
497497\item [Code objects]
498- Code objects represent executable code. The difference between a code
498+ Code objects represent `` pseudo-compiled'' executable Python code.
499+ The difference between a code
499500object and a function object is that the function object contains an
500501explicit reference to the function's context (the module in which it
501- was defined) while a code object contains no context. There is no way
502- to execute a bare code object.
502+ was defined) while a code object contains no context.
503503\obindex {code}
504504
505505Special read-only attributes: \verb @co_code @ is a string representing
Original file line number Diff line number Diff line change @@ -495,11 +495,11 @@ \section{The standard type hierarchy} \label{types}
495495\begin {description }
496496
497497\item [Code objects]
498- Code objects represent executable code. The difference between a code
498+ Code objects represent `` pseudo-compiled'' executable Python code.
499+ The difference between a code
499500object and a function object is that the function object contains an
500501explicit reference to the function's context (the module in which it
501- was defined) while a code object contains no context. There is no way
502- to execute a bare code object.
502+ was defined) while a code object contains no context.
503503\obindex {code}
504504
505505Special read-only attributes: \verb @co_code @ is a string representing
You can’t perform that action at this time.
0 commit comments