diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-09-15 18:25:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 18:25:41 (GMT) |
commit | 5dce51a8875d9639786741e962b3cb208596b096 (patch) | |
tree | dc3f0242389915b40d32eb4c196f3c8f2ea24766 /Misc/NEWS.d | |
parent | 84a6061e29e9dc13909bdf6f541f48c2a4f1d410 (diff) | |
download | cpython-5dce51a8875d9639786741e962b3cb208596b096.zip cpython-5dce51a8875d9639786741e962b3cb208596b096.tar.gz cpython-5dce51a8875d9639786741e962b3cb208596b096.tar.bz2 |
bpo-45167: Fix deepcopying of GenericAlias (GH-28324)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-09-14-09-23-59.bpo-45167.CPSSoV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-09-14-09-23-59.bpo-45167.CPSSoV.rst b/Misc/NEWS.d/next/Core and Builtins/2021-09-14-09-23-59.bpo-45167.CPSSoV.rst new file mode 100644 index 0000000..47755ae --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-09-14-09-23-59.bpo-45167.CPSSoV.rst @@ -0,0 +1 @@ +Fix deepcopying of :class:`types.GenericAlias` objects. |