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 Peter.Davies
Recipients Peter.Davies
Date 2011-03-22.22:15:42
SpamBayes Score 0.019028815
Marked as misclassified No
Message-id <1300832144.38.0.133902930927.issue11640@psf.upfronthosting.co.za>
In-reply-to
Content
Shelf.__setitem__ (which is called from __del__ when writeback is enabled) references globals. This was causing exceptions on interpreter  shutdown (due to another exception) for me.

I have attached a patch which stores the relevant globals in the Shelf object.
History
Date User Action Args
2011-03-22 22:15:44Peter.Daviessetrecipients: + Peter.Davies
2011-03-22 22:15:44Peter.Daviessetmessageid: <1300832144.38.0.133902930927.issue11640@psf.upfronthosting.co.za>
2011-03-22 22:15:42Peter.Davieslinkissue11640 messages
2011-03-22 22:15:42Peter.Daviescreate