commit | 32430aadadf6e012e39167d3c18a24e49fb84874 | [log] [tgz] |
---|---|---|
author | Jesús Cea <jcea@jcea.es> | Mon Mar 29 19:22:13 2021 +0200 |
committer | GitHub <noreply@github.com> | Mon Mar 29 19:22:13 2021 +0200 |
tree | e820f08d0c3a5081f1eed8b10f5c13769ba46fa1 | |
parent | 7bfd65eba73d013eee8789f2009c09c61c31b800 [diff] |
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