diff options
author | kj <28750310+Fidget-Spinner@users.noreply.github.com> | 2020-11-17 22:45:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 22:45:08 (GMT) |
commit | 71ba5f52d2a80e7beffc923c54c0b6345cd0637a (patch) | |
tree | d8a107c47353ca2c875f417321172d85221247ec /Misc | |
parent | 48a9c0eb2a3304ea64d1b32fdf9db853d5d8c429 (diff) | |
download | cpython-71ba5f52d2a80e7beffc923c54c0b6345cd0637a.zip cpython-71ba5f52d2a80e7beffc923c54c0b6345cd0637a.tar.gz cpython-71ba5f52d2a80e7beffc923c54c0b6345cd0637a.tar.bz2 |
[3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309)
(cherry picked from commit 384b7a4bd988986bca227c7e85c32d766da74708)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-11-12-23-16-14.bpo-42332.fEQIdk.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-11-12-23-16-14.bpo-42332.fEQIdk.rst b/Misc/NEWS.d/next/Core and Builtins/2020-11-12-23-16-14.bpo-42332.fEQIdk.rst new file mode 100644 index 0000000..8a2cb87 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-11-12-23-16-14.bpo-42332.fEQIdk.rst @@ -0,0 +1 @@ +:class:`types.GenericAlias` objects can now be the targets of weakrefs. |