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

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

2005-06-01 Thread Fred Gansevles
Hi, I think I've found a ref-count bug in win32file.GetQueuedCompletionStatus running "svcbug.py s" starts a correct server and "svcbug.py s b" starts a buggy server. running "svcbug.py c" starts a client

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

2005-06-01 Thread Fred Gansevles
Hi, I think I've found a ref-count bug in win32file.GetQueuedCompletionStatus running "svcbug.py s" starts a correct server and "svcbug.py s b" starts a buggy server. running "svcbug.py c" starts a client