[pyar] i+=1 vs i=i+1

Claudio Freire klaussfreire en gmail.com
Mie Mayo 9 12:07:30 ART 2012


2012/5/9 Alejandro Santos <listas en alejolp.com>:
>>>> def f():
> ...     x = "slskjfsldkjfsldkjfslkllll"
> ...     return sys.getrefcount(x)
> ...
>>>> f()
> 3
>
> Ese 3 de ahí no le veo sentido. ¿Hay algun closure/cell en el medio?

La constante en sí es la tercer referencia.



More information about the pyar mailing list