From: SourceForge.net <no...@so...> - 2005-04-07 12:56:39
|
Bugs item #1178513, was opened at 2005-04-07 14:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1178513&group_id=78018 Category: win32 Group: None Status: Open Resolution: None 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1178513&group_id=78018 |