commit | 2d055ce13250a4074f66a945381a149a3cf8c46f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Jul 17 22:14:57 2021 +0300 |
committer | GitHub <noreply@github.com> | Sat Jul 17 22:14:57 2021 +0300 |
tree | 41260fe1f80398f1bfd84517755ac2480a4d409d | |
parent | e22e8641dd277478b8df7a9fe792ea551adc6932 [diff] |
[3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>. (cherry picked from commit c45fa1a5d9b419cf13ad4b5a7cb453956495b83e) Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com> Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>