BadPython.com

Suggestion for "Mutable dict construction"

The copy method is a more efficient way to do this.
            
my_mapping = pairs.copy()