]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46244: Remove __slots__ from typing.TypeVar, .ParamSpec (#30444)
authorArie Bovenberg <a.c.bovenberg@gmail.com>
Mon, 10 Jan 2022 23:43:39 +0000 (00:43 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Jan 2022 23:43:39 +0000 (07:43 +0800)
commit081a2140083680ffc309e53699aea29e71760d70
tree278a929f6309e50ff8565cb53967b17b0467e808
parent6223cbf86ad7d5e6d12f9747e5a9cf1d8c72bdc8
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
Lib/typing.py
Misc/NEWS.d/next/Library/2022-01-06-21-31-14.bpo-46244.hjyfJj.rst [new file with mode: 0644]