[issue28427] WeakValueDictionary next bug (with multithreading)

Serhiy Storchaka report at bugs.python.org
Tue Oct 25 05:51:55 EDT 2016


Serhiy Storchaka added the comment:

Following patch fixes more cases. But I don't think it fixes race conditions, it just makes them less likely.

Increased priority because this bug makes weakref.WeakValueDictionary unusable in multithread program.

----------
components: +Library (Lib)
priority: normal -> critical
Added file: http://bugs.python.org/file45215/issue28427-2.patch

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


More information about the Python-bugs-list mailing list