summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-07-12 16:09:47 (GMT)
committerGitHub <noreply@github.com>2022-07-12 16:09:47 (GMT)
commit0c66074e9f8c9728e1d920910d35da0c62f30403 (patch)
tree441c87ae58761de8fd0ac0f24d799c278f4e0c9c /Misc
parentec5db539b9df99c8b96149768dc2e8598dce2afa (diff)
downloadcpython-0c66074e9f8c9728e1d920910d35da0c62f30403.zip
cpython-0c66074e9f8c9728e1d920910d35da0c62f30403.tar.gz
cpython-0c66074e9f8c9728e1d920910d35da0c62f30403.tar.bz2
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2022-07-12-13-39-18.gh-issue-94773.koHKm5.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-07-12-13-39-18.gh-issue-94773.koHKm5.rst b/Misc/NEWS.d/next/Build/2022-07-12-13-39-18.gh-issue-94773.koHKm5.rst
new file mode 100644
index 0000000..ed7e40c
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-07-12-13-39-18.gh-issue-94773.koHKm5.rst
@@ -0,0 +1,2 @@
+``deepfreeze.py`` now supports code object with frozensets that contain
+incompatible, unsortable types.