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 christian.heimes
Recipients christian.heimes, methane, skrah, vstinner
Date 2016-09-13.11:36:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473766570.96.0.843966030084.issue28120@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is not related to Blaze. It is caused by a SQLAlchemy method. expire_instance() calls pop(name, None) on instance __dict__.
History
Date User Action Args
2016-09-13 11:36:10christian.heimessetrecipients: + christian.heimes, vstinner, methane, skrah
2016-09-13 11:36:10christian.heimessetmessageid: <1473766570.96.0.843966030084.issue28120@psf.upfronthosting.co.za>
2016-09-13 11:36:10christian.heimeslinkissue28120 messages
2016-09-13 11:36:10christian.heimescreate