<<
>>
Namespace implementations
- Global names
- Name of global (string) stored in code object
- LOAD_GLOBAL opcode looks for name in globals dict
- Checks builtins dict in not found in globals
- Local names
- Locals stored in array on frame object
- Compiler determines layout
- LOAD_FAST array_index