[issue28427] WeakValueDictionary next bug (with multithreading)

Antoine Pitrou report at bugs.python.org
Tue Nov 29 18:39:00 EST 2016


Antoine Pitrou added the comment:

One possibility would be to always delay removals (always put them in _pending_removals).
We would then have to enforce removals from time to time, but synchronously.

----------
nosy: +pitrou, tim.peters

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


More information about the Python-bugs-list mailing list