Re: [python-win32] Ref-count bug in win32file.GetQueuedCompletionStatus

2005-06-02 Thread Fred Gansevles
> > 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

Re: [python-win32] Ref-count bug in win32file.GetQueuedCompletionStatus

2005-06-01 Thread Mark Hammond
> 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