> Hi,
>     I think I've found a ref-count bug in
win32file.GetQueuedCompletionStatus

You have indeed!  GetQueuedCompletionStatus used to assume that the
OVERLAPPED object was previously added to the IOCP via
PortQueuedCompletionStatus.  I've now fixed that bug and checked the changes
into CVS.

Thanks very much for the effective repro case - it allowed me to see your
issue quickly and I even borrowed that code for the test suite.

Let me know if you would like a new version of the affected DLLs (and what
Python version you use).

Cheers,

Mark

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to