1 \chapter{Custom Python Interpreters
}
4 The modules described in this chapter allow writing interfaces similar
5 to Python's interactive interpreter. If you want a Python interpreter
6 that supports some special feature in addition to the Python language,
7 you should look at the
\module{code
} module. (The
\module{codeop
}
8 module is lower-level, used to support compiling a possibly-incomplete
11 The full list of modules described in this chapter is: