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 sbt
Recipients Andrew.Boettcher, ajaksu2, akira, astrand, cvrebert, ericpruitt, eryksun, giampaolo.rodola, janzert, josiahcarlson, ooooooooo, parameter, r.david.murray, rosslagerwall, sbt, techtonik, v+python
Date 2014-04-12.11:32:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397302376.33.0.86381951793.issue1191964@psf.upfronthosting.co.za>
In-reply-to
Content
I added some comments.

Your problem with lost data may be caused by the fact you call ov.cancel() and expect ov.pending to tell you whether the write has/will succeed.  Instead you should use ov.getresult() and expect either success or an "aborted" error.
History
Date User Action Args
2014-04-12 11:32:56sbtsetrecipients: + sbt, josiahcarlson, astrand, parameter, techtonik, giampaolo.rodola, ajaksu2, ooooooooo, v+python, r.david.murray, cvrebert, ericpruitt, akira, Andrew.Boettcher, rosslagerwall, janzert, eryksun
2014-04-12 11:32:56sbtsetmessageid: <1397302376.33.0.86381951793.issue1191964@psf.upfronthosting.co.za>
2014-04-12 11:32:56sbtlinkissue1191964 messages
2014-04-12 11:32:56sbtcreate