[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-09-22 14:32:14
|
Bugs item #1408485, was opened at 2006-01-18 07:56 Message generated for change (Comment added) made by mhammond 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: Closed >Resolution: Fixed 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. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2006-09-23 00:32 Message: Logged In: YES user_id=14198 Checking in src/PyOVERLAPPED.cpp; new revision: 1.11; previous revision: 1.10 Checking in src/PyWinObjects.h; new revision: 1.10; previous revision: 1.9 Checking in test/test_win32file.py; new revision: 1.11; previous revision: 1.10 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1408485&group_id=78018 |