Changes between Initial Version and Version 1 of Ticket #13394, comment 12
- Timestamp:
- 10/28/13 19:36:05 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13394, comment 12
initial v1 13 13 14 14 I guess that brings us to a third possibility: Finish the proof of concept, show the python community what the problem is with !WeakValueDictionary, and suggest the extra hook we need to make it safe. Then we might end up with a safe and fast !WeakValueDictionary in python proper. That would only be in Python3+, though, so we'd have to backport to Python2.7. 15 16 There are already some issues reported: [http://bugs.python.org/issue7105] [http://bugs.python.org/issue17816]. You might want to check if your implementation fixes those.