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 r.david.murray
Recipients SG, asvetlov, kristjan.jonsson, pje, r.david.murray, steve.dower, tim.golden
Date 2016-08-04.14:05:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470319544.93.0.759184184069.issue27682@psf.upfronthosting.co.za>
In-reply-to
Content
If the save is happening twice, that must mean that that method is getting called twice, and I'm guessing that the second time it is called wsgiref is closed and thus you get the error.  But that's just a guess, your code snippet by itself isn't enough to see how everything fits together.
History
Date User Action Args
2016-08-04 14:05:44r.david.murraysetrecipients: + r.david.murray, pje, kristjan.jonsson, tim.golden, asvetlov, steve.dower, SG
2016-08-04 14:05:44r.david.murraysetmessageid: <1470319544.93.0.759184184069.issue27682@psf.upfronthosting.co.za>
2016-08-04 14:05:44r.david.murraylinkissue27682 messages
2016-08-04 14:05:44r.david.murraycreate