From: SourceForge.net <no...@so...> - 2005-04-12 02:57:25
|
Bugs item #1178513, was opened at 2005-04-07 22:56 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1178513&group_id=78018 Category: win32 Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Fred Gansevles (gansevle) Assigned to: Nobody/Anonymous (nobody) Summary: Invalid handle with win32file.CreateIoCompletionPort Initial Comment: When upgrading from build 202 to build 203 I couldn't register more than one (1) handle to an IoCompletionPort The attached script gives output 1 with build 202 and output 2 with build 203 output 1: [<socket._socketobject object at 0x008DE7E0>, <socket._socketobject object at 0x008DE810>, <socket._socketobject object at 0x008DE840>, <socket._socketobject object at 0x008DE870>, <socket._socketobject object at 0x008DE8A0>] 84 output 2: (6, 'CreateIoCompletionPort', 'The handle is invalid.') [<socket._socketobject object at 0x008DE7E0>, <socket._socketobject object at 0x008DE810>] 81 ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2005-04-12 12:57 Message: Logged In: YES user_id=14198 Thanks - all fixed. I've also added this test to the test suite. Checking in src/win32file.i; new revision: 1.46; previous revision: 1.45 Checking in test/test_win32file.py; new revision: 1.6; previous revision: 1.5 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1178513&group_id=78018 |