This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zorceta
Recipients dechamps, zorceta
Date 2015-07-08.08:51:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436345498.94.0.549655037418.issue24589@psf.upfronthosting.co.za>
In-reply-to
Content
FYI:

>>> ll = [[]]*10
>>> [id(l) for l in ll]
[67940296, 67940296, 67940296, 67940296, 67940296, 67940296, 67940296, 67940296, 67940296, 67940296]
History
Date User Action Args
2015-07-08 08:51:38zorcetasetrecipients: + zorceta, dechamps
2015-07-08 08:51:38zorcetasetmessageid: <1436345498.94.0.549655037418.issue24589@psf.upfronthosting.co.za>
2015-07-08 08:51:38zorcetalinkissue24589 messages
2015-07-08 08:51:38zorcetacreate