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 loewis
Recipients gvanrossum, larry, loewis, pitrou, sbt, vstinner, zach.ware
Date 2014-02-16.18:12:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392574327.49.0.456236663597.issue20414@psf.upfronthosting.co.za>
In-reply-to
Content
I fail to see the relevant difference between overlapped_dealloc.patch and overlapped_dealloc-2.patch. What I was asking was that

   default:

be replaced with

  case ERROR_IO_INCOMPLETE:

and a new

  default:

be added that handles all other errors.
History
Date User Action Args
2014-02-16 18:12:07loewissetrecipients: + loewis, gvanrossum, pitrou, vstinner, larry, sbt, zach.ware
2014-02-16 18:12:07loewissetmessageid: <1392574327.49.0.456236663597.issue20414@psf.upfronthosting.co.za>
2014-02-16 18:12:07loewislinkissue20414 messages
2014-02-16 18:12:07loewiscreate