[issue47067] Add vectorcall for generica alias object

penguin_wwy report at bugs.python.org
Sun Mar 20 11:43:03 EDT 2022


penguin_wwy <940375606 at qq.com> added the comment:

There is a small problem with the example:

```
d = dict[int]
```

should

```
d = dict[str, int]
```

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47067>
_______________________________________


More information about the Python-bugs-list mailing list