]> granicus.if.org Git - python/commit
compile.c: inline compiler_use_new_block()
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 27 Feb 2016 01:19:22 +0000 (02:19 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 27 Feb 2016 01:19:22 +0000 (02:19 +0100)
commitfc6f2efd13a6b667e48cdf1f5cf68d34fcb0fa74
tree333eb8cb55f641a694d9a58a758277dbb4c0bd6b
parent3902d62c4e9810f1386090dd60b38f5aa6e99512
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
Python/compile.c