commit | 08284231275ac9cc60ae27eab2338805919d8881 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Jul 24 16:34:48 2021 +0300 |
committer | GitHub <noreply@github.com> | Sat Jul 24 14:34:48 2021 +0100 |
tree | 4d61a5ef20902208d8615ac052e39d070e85c73d | |
parent | 3eae8f20d7b6f88d3618b0afc94893165a914022 [diff] |
bpo-44731: Simplify the union type implementation (GH-27318) 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.