Non-atomic Mutation ^^^^^^^^^^^^^^^^^^^ As with built-in dicts, mutating operations on a bidict are not atomic. If you need to mutate the same bidict from different threads, use a `synchronization primitive `_ to coordinate access. [#]_ .. [#] *See also:* `[2] `_