[Python-Dev] What's L2R status?

INADA Naoki songofacandy at gmail.com
Sat Feb 19 17:19:51 CET 2011


Ref: http://bugs.python.org/issue448679

Has this bug fixed already?
This bug seems not be fixed for Python 2.6 and Python 3.2rc3.

Python 3.2rc3 (r32rc3:88413, Feb 15 2011, 18:31:14)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> C=0
>>> def x():
...     global C
...     C += 1
...     return C
...
>>> {x(): x(), x(): x()}
{2: 1, 4: 3}


-- 
INADA Naoki  <songofacandy at gmail.com>


More information about the Python-Dev mailing list