◐ Shell
clean mode source ↗

Move builtin protocol whitelist to mapping instead of list by YouJiacheng · Pull Request #128 · python/typing_extensions

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@ghost

All commit authors signed the Contributor License Agreement.
CLA signed

AlexWaygood

blank line contains whitespace

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

AlexWaygood

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

AlexWaygood

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The added test does indeed fail with the current latest version of typing_extensions on Python 3.7, and this is the fix that was applied in CPython.

JelleZijlstra