> > 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 change
> 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.
T