Comment 1 for bug 574399

Revision history for this message
Tim Cole (tcole) wrote : Re: wsgi-oops still isn't thread-safe

Apparently iterators obtained from WeakKeyDictionaries aren't threadsafe, since finalization may modify the underlying dict at any time. For now, we can avoid using iterators obtained from WeakKeyDictionaries, but this is arguably a bug in WeakKeyDictionary.