Class instantiation

Gabriel Genellina gagsl-py at yahoo.com.ar
Wed Aug 23 15:36:07 EDT 2006


At Wednesday 23/8/2006 16:21, Colin J. Williams wrote:

>In the example below, with the disassembly following that, we run into
>trouble with the line:
>NameError: global name 'fileID' is not defined
>
>At line 26, location 31, why is LOAD_GLOBAL generated for fileId, when
>LOAD_FAST has done the job at locations 0 and 20?

Don't blame the code generator... fileId != fileID



Gabriel Genellina
Softlab SRL 


	
	
		
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas




More information about the Python-list mailing list