[Issue 15476] Make "code object" its own entry in the index

This commit is contained in:
Tommy Beadle 2016-06-02 19:26:51 -04:00
parent a6f6edbda8
commit e9b8403a1f
4 changed files with 8 additions and 11 deletions

View file

@ -2,15 +2,13 @@
.. _codeobjects:
.. index:: object; code, code object
Code Objects
------------
.. sectionauthor:: Jeffrey Yasskin <jyasskin@gmail.com>
.. index::
object: code
Code objects are a low-level detail of the CPython implementation.
Each one represents a chunk of executable code that hasn't yet been
bound into a function.