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 ttcooper
Recipients ezio.melotti, r.david.murray, serhiy.storchaka, ttcooper
Date 2012-11-19.01:58:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <25587983.1353290309534.JavaMail.root@mswamui-bichon.atl.sa.earthlink.net>
In-reply-to
Content
This is easy to reply to.  You better believe I've tried printing gList1 and dBasis[163].  I've also scrapped a predecessor function named combo (which is included in the attachment) and written its successor, viz., "combine".  I bent over backwards to make sure that the two functions did NOTHING the same way.  Guess what.  Both combo and combine screw up exactly the same record that they aren't supposed to know about in exactly the same way.  So I'm pretty sure Python remembers that it originally got one ITEM on gList from dBasis[161].  So I think I know that the problem is to determine WHY Python remembers that.  Of course what oneo thinks one knows is always subject to revision--especially what one thinks one knows about the truth.

--Terry

-----Original Message-----
>From: Ezio Melotti <report@bugs.python.org>
>Sent: Nov 18, 2012 2:07 PM
>To: ttcooper@indy.net
>Subject: [issue16498] Unwanted link between volatile and shelve storage
>
>
>Ezio Melotti added the comment:
>
>> They are obviously not the same record
>
>Have you tried printing gList1 and dBasis[163], their repr and their ids?
>
>----------
>nosy: +ezio.melotti
>
>_______________________________________
>Python tracker <report@bugs.python.org>
><http://bugs.python.org/issue16498>
>_______________________________________
History
Date User Action Args
2012-11-19 01:58:33ttcoopersetrecipients: + ttcooper, ezio.melotti, r.david.murray, serhiy.storchaka
2012-11-19 01:58:32ttcooperlinkissue16498 messages
2012-11-19 01:58:31ttcoopercreate