]> granicus.if.org Git - python/commit
remove the concept of an unoptimized function scope from the compiler, since it can...
authorBenjamin Peterson <benjamin@python.org>
Tue, 28 Apr 2015 01:44:22 +0000 (21:44 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 28 Apr 2015 01:44:22 +0000 (21:44 -0400)
commit1dfd247c1ba947e99a482eeacfb8cbdecdd45b72
tree24aede540fb2fac7e3fe6502f295b9e4d50bd10b
parent48050cbbe7cc62e76dbd0fdbf391c183f1c2e30a
remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore
Include/symtable.h
Lib/symtable.py
Modules/symtablemodule.c
Python/compile.c
Python/symtable.c