Victor Stinner fc6f2efd13 compile.c: inline compiler_use_new_block()
* Inline compiler_use_new_block() function into its only callee,
  compiler_enter_scope()
* Remove unused NEW_BLOCK() macro
2016-02-27 02:19:22 +01:00
..
2015-08-24 20:23:27 -07:00
2016-02-25 23:25:14 -08:00
2016-02-05 18:26:20 -05:00
2016-01-20 11:12:38 +01:00
2016-01-26 00:40:57 +01:00
2016-02-20 12:59:36 -08:00
2016-01-22 14:09:55 +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-01-20 11:19:46 +01:00

Miscellaneous source files for the main Python shared library