summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesús Cea <jcea@jcea.es>2021-03-29 17:22:13 (GMT)
committerGitHub <noreply@github.com>2021-03-29 17:22:13 (GMT)
commit32430aadadf6e012e39167d3c18a24e49fb84874 (patch)
treee820f08d0c3a5081f1eed8b10f5c13769ba46fa1 /Misc
parent7bfd65eba73d013eee8789f2009c09c61c31b800 (diff)
downloadcpython-32430aadadf6e012e39167d3c18a24e49fb84874.zip
cpython-32430aadadf6e012e39167d3c18a24e49fb84874.tar.gz
cpython-32430aadadf6e012e39167d3c18a24e49fb84874.tar.bz2
bpo-35930: Raising an exception raised in a "future" instance will create reference cycles (#24995)
Before: https://lists.es.python.org/pipermail/general/attachments/20201229/0c14bc58/attachment-0002.png After: https://lists.es.python.org/pipermail/general/attachments/20201229/0c14bc58/attachment-0003.png
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-03-23-17-18-56.bpo-35930.RZ51pM.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-03-23-17-18-56.bpo-35930.RZ51pM.rst b/Misc/NEWS.d/next/Library/2021-03-23-17-18-56.bpo-35930.RZ51pM.rst
new file mode 100644
index 0000000..71c6012
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-03-23-17-18-56.bpo-35930.RZ51pM.rst
@@ -0,0 +1,2 @@
+Raising an exception raised in a "future" instance will create reference
+cycles.