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 pitrou
Recipients pitrou, stw
Date 2012-05-22.12:35:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337689950.3369.0.camel@localhost.localdomain>
In-reply-to <1337677024.32.0.404455952894.issue14775@psf.upfronthosting.co.za>
Content
> However, this only seems to be true if the pickle file is created
> using pickle - it doesn't happen with files generated with cPickle.
> With cPickle the dict remains tracked, and passes from generation 0 to
> 1 to 2. The only difference is that pickle memoizes the tuples, while
> cPickle doesn't. Why does the memoization make a difference?

Probably because memoization itself uses a dict.
History
Date User Action Args
2012-05-22 12:35:10pitrousetrecipients: + pitrou, stw
2012-05-22 12:35:09pitroulinkissue14775 messages
2012-05-22 12:35:09pitroucreate