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 eric.araujo
Recipients Trundle, alexis, amaury.forgeotdarc, benjamin.peterson, eric.araujo, nadeem.vawda, pitrou, python-dev, r.david.murray, tarek, vinay.sajip, vstinner
Date 2011-07-29.14:48:55
SpamBayes Score 2.9851237e-05
Marked as misclassified No
Message-id <1311950936.76.0.0744761848988.issue12167@psf.upfronthosting.co.za>
In-reply-to
Content
I edited my patch to use a copy instead of an explicit empty dict, but I found a bug.  The restore code unpacks the saved_caches object to (cache, items), but saved_caches is (id(cache), cache, cache.copy()).  I’m surprised the unpacking works; I don’t want to commit before I understand that.
History
Date User Action Args
2011-07-29 14:48:56eric.araujosetrecipients: + eric.araujo, vinay.sajip, amaury.forgeotdarc, pitrou, vstinner, nadeem.vawda, benjamin.peterson, tarek, r.david.murray, Trundle, alexis, python-dev
2011-07-29 14:48:56eric.araujosetmessageid: <1311950936.76.0.0744761848988.issue12167@psf.upfronthosting.co.za>
2011-07-29 14:48:56eric.araujolinkissue12167 messages
2011-07-29 14:48:55eric.araujocreate