diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2021-04-30 18:34:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 18:34:29 (GMT) |
commit | 6689e45dfee75d756c540ff0946ebf0ae8847f43 (patch) | |
tree | 9b8c7f182cbb80d106724bfeb5d65d8cb6008c40 /Misc/NEWS.d/next/IDLE | |
parent | 665c7746fca180266b121183c2d5136c547006e0 (diff) | |
download | cpython-6689e45dfee75d756c540ff0946ebf0ae8847f43.zip cpython-6689e45dfee75d756c540ff0946ebf0ae8847f43.tar.gz cpython-6689e45dfee75d756c540ff0946ebf0ae8847f43.tar.bz2 |
bpo-43981: Fix reference leaks in test_squeezer (GH-25758)
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2021-04-30-17-59-56.bpo-43981.3EFl1H.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-04-30-17-59-56.bpo-43981.3EFl1H.rst b/Misc/NEWS.d/next/IDLE/2021-04-30-17-59-56.bpo-43981.3EFl1H.rst new file mode 100644 index 0000000..10eb8b0 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2021-04-30-17-59-56.bpo-43981.3EFl1H.rst @@ -0,0 +1 @@ +Fix reference leak in test_squeezer. Patch by Pablo Galindo
\ No newline at end of file |