mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00: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