SIGN IN SIGN UP

bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334)

Remove direct support of typing types in the C code because they are already supported by defining methods __or__ and __ror__ in the Python code.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
K
Ken Jin committed
ca5a4cf8266cf789eae379fe224458e94dd41b30
Parent: 9356d1e
Committed by GitHub <noreply@github.com> on 7/24/2021, 2:49:25 PM