Closed
Description
Bug report
Bug description:
Dictionaries have a fast path which doesn't lock on lookups and a slow path which does. The intention is that the fast-path will succeed after the first slow-path lookup has been passed. But currently we're not parking objects as shared so it always fails.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux