commit | ca5a4cf8266cf789eae379fe224458e94dd41b30 | [log] [tgz] |
---|---|---|
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | Sat Jul 24 22:49:25 2021 +0800 |
committer | GitHub <noreply@github.com> | Sat Jul 24 15:49:25 2021 +0100 |
tree | c99a722f3868b74633e93a6074ffa5931b3b8e36 | |
parent | 9356d1e47de583fd794e9d29abc448759f7a4109 [diff] |
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>