bpo-39264: Fix UserDict.get() to account for __missing__() (GH-17910)
Here's the patch according to the discussion at the [Python-Dev mailing list](https://mail.python.org/archives/list/python-dev@python.org/thread/SDXOEMAEM6KQ3CQCJVBVRT5QNSPAVU6X/). UserDict.get() will match dict's behavior and not call `__missing__`. Automerge-Triggered-By: GH:rhettinger
B
Bar Harel committed
30a43586f0d1776d25beb71b92f9880be7997e1b
Parent: f481a02
Committed by GitHub <noreply@github.com>
on 5/10/2022, 9:23:45 PM