commit | 081a2140083680ffc309e53699aea29e71760d70 | [log] [tgz] |
---|---|---|
author | Arie Bovenberg <a.c.bovenberg@gmail.com> | Tue Jan 11 00:43:39 2022 +0100 |
committer | GitHub <noreply@github.com> | Tue Jan 11 07:43:39 2022 +0800 |
tree | 278a929f6309e50ff8565cb53967b17b0467e808 | |
parent | 6223cbf86ad7d5e6d12f9747e5a9cf1d8c72bdc8 [diff] |
bpo-46244: Remove __slots__ from typing.TypeVar, .ParamSpec (#30444) * add missing __slots__ to typing._TypeVarLike * add news entry * remove slots from _TypeVarLike base classes * cleanup diff * fix broken link in blurb