diff options
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2021-07-24 14:49:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 14:49:25 (GMT) |
commit | ca5a4cf8266cf789eae379fe224458e94dd41b30 (patch) | |
tree | c99a722f3868b74633e93a6074ffa5931b3b8e36 /Lib/ast.py | |
parent | 9356d1e47de583fd794e9d29abc448759f7a4109 (diff) | |
download | cpython-ca5a4cf8266cf789eae379fe224458e94dd41b30.zip cpython-ca5a4cf8266cf789eae379fe224458e94dd41b30.tar.gz cpython-ca5a4cf8266cf789eae379fe224458e94dd41b30.tar.bz2 |
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>
Diffstat (limited to 'Lib/ast.py')
0 files changed, 0 insertions, 0 deletions