mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #15476: Merge index entries from 3.5
This commit is contained in:
commit
5848ac2df0
4 changed files with 8 additions and 11 deletions
|
@ -846,11 +846,9 @@ Internal types
|
|||
definitions may change with future versions of the interpreter, but they are
|
||||
mentioned here for completeness.
|
||||
|
||||
Code objects
|
||||
.. index::
|
||||
single: bytecode
|
||||
object: code
|
||||
.. index:: bytecode, object; code, code object
|
||||
|
||||
Code objects
|
||||
Code objects represent *byte-compiled* executable Python code, or :term:`bytecode`.
|
||||
The difference between a code object and a function object is that the function
|
||||
object contains an explicit reference to the function's globals (the module in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue