bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770)



This allows the caller to avoid creation of an exception when the channel is empty (just like `dict.get()` works).  `ChannelEmptyError` is still raised if no default is provided.

Automerge-Triggered-By: @ericsnowcurrently
2 files changed