bpo-36144: Update MappingProxyType with PEP 584's operators (#18814)
We make `|=` raise TypeError, since it would be surprising if `C.__dict__ |= {'x': 0}` silently did nothing, while `C.__dict__.update({'x': 0})` is an error. B
Brandt Bucher committed
4663f66f3554dd8e2ec130e40f6abb3c6a514775
Parent: 8f13053
Committed by GitHub <noreply@github.com>
on 3/7/2020, 7:03:09 PM