LOAD_FAST is the normal case for locals inside a function. Not sure off the top of my head where LOAD_NAME would be generated in normal usage (i.e. where you don't evaluate code from a string).
Edit: Also, I'm talking about Python 3. Maybe you aren't.
Edit: Also, I'm talking about Python 3. Maybe you aren't.