Zorceta added the comment:

FYI:

>>> ll = [[]]*10
>>> [id(l) for l in ll]
[67940296, 67940296, 67940296, 67940296, 67940296, 67940296, 67940296, 
67940296, 67940296, 67940296]

----------
nosy: +zorceta

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24589>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to