Victor Stinner a9a852c2b1 Modernize Python/makeopcodetargets.py
* 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
2016-03-25 11:54:47 +01:00
..
2015-08-24 20:23:27 -07:00
2016-02-25 23:25:14 -08:00
2016-03-02 11:31:06 -05:00
2016-03-14 22:07:55 +01:00
2016-01-26 00:40:57 +01:00
2016-03-23 09:52:13 +01:00
2016-01-27 00:37:59 +01:00
2015-11-10 12:11:52 +01:00
2016-01-26 00:40:57 +01:00
2016-03-14 12:04:26 +01:00

Miscellaneous source files for the main Python shared library