[pywin32-bugs] [ pywin32-Bugs-1408485 ] OVERLAPPED not hashable
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-01-17 20:56:44
|
Bugs item #1408485, was opened at 2006-01-17 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=1408485&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Submitted By: Michael Kleehammer (mkleehammer) Assigned to: Nobody/Anonymous (nobody) Summary: OVERLAPPED not hashable Initial Comment: Can we make the OVERLAPPED object hashable so it can be stored in a set or used as a dictionary key? As mentioned in a previous bug report, references to OVERLAPPED objects must be maintained even after posting it to the I/O subsystem. It is sometimes natural to want to store it in a set or dictionary. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1408485&group_id=78018 |