commit | 5445e173e76ec792358082caf660fbdc846c64b2 | [log] [tgz] |
---|---|---|
author | Gregory Beauregard <greg@greg.red> | Fri Jan 28 08:58:39 2022 -0800 |
committer | GitHub <noreply@github.com> | Fri Jan 28 08:58:39 2022 -0800 |
tree | 3def2baf86fec5a64b0f5e234c94da3b2e1afe73 | |
parent | 45faf151c693b6f13f78926761caea6df7242024 [diff] |
bpo-46553: allow bare typing.ClassVar annotations (#30983) These are used in the wild and covered by dataclasses unit tests. Several static type checkers support this pattern.