commit | 1fd4de5bddbbf2a97cdbac4d298c89e1156bdc6c | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Dec 05 22:41:58 2021 +0200 |
committer | GitHub <noreply@github.com> | Sun Dec 05 22:41:58 2021 +0200 |
tree | 905cb4c796f82a7ce786b767f63220202f701d07 | |
parent | 60c320c38e4e95877cde0b1d8562ebd6bc02ac61 [diff] |
bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) For example, InitVar[list[int]].