mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
FUNCTION_NAMESPACE. initialize in __init__ and reset in
generateFunctionCode.
replace direct issue of STORE_FAST, STORE_GLOBAL, etc. with call to
storeName; same for loadName and deleteName
the new {store,load,delete}Name methods use the namespace attr and the
local variable stack to determine the correct bytecode to issue
|
||
|---|---|---|
| .. | ||
| compiler | ||