mirror of
https://github.com/python/cpython.git
synced 2026-08-06 11:23:29 +08:00
* Simply use "import opcode" to import the opcode module instead of tricks using the imp module * Use context manager for the output file * Move code into a new main() function * Replace assert with a regular if to check the number of arguments * Import modules at top level
Miscellaneous source files for the main Python shared library