commit | f1dd5ed1f35a7ed5c3833c822e9965de2400d77e | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Dec 05 13:02:47 2021 -0800 |
committer | GitHub <noreply@github.com> | Sun Dec 05 13:02:47 2021 -0800 |
tree | 1fb9173c461a963b846622639fa37e550614e80d | |
parent | beb834292db54fea129dd073cc822179430cee52 [diff] |
bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) For example, InitVar[list[int]]. (cherry picked from commit 1fd4de5bddbbf2a97cdbac4d298c89e1156bdc6c) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>