[issue31254] WeakKeyDictionary/Mapping doesn't call __missing__

Antoine Pitrou report at bugs.python.org
Thu Aug 24 12:15:04 EDT 2017


Antoine Pitrou added the comment:

If someone wants to submit a PR, it would help judge the complexity and fragility of adding support for this.  I cannot think of any problem upfront myself, but you're right that weak containers have been very difficult to make robust against various conditions (and it's probably not over yet).

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31254>
_______________________________________


More information about the Python-bugs-list mailing list