diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-31 07:13:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 07:13:29 (GMT) |
commit | c66f0bedebeb0f63f02999fdf5c9ce9e045ea97d (patch) | |
tree | 6dfc564d531e74237296fd7b67d44563b033ffcf /Misc | |
parent | c5f6c6396d15549c1e68094ed9811ae4316863f5 (diff) | |
download | cpython-c66f0bedebeb0f63f02999fdf5c9ce9e045ea97d.zip cpython-c66f0bedebeb0f63f02999fdf5c9ce9e045ea97d.tar.gz cpython-c66f0bedebeb0f63f02999fdf5c9ce9e045ea97d.tar.bz2 |
[3.11] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-111533) (GH-111536)
(cherry picked from commit e3353c498d79f0f3f108a9baf8807a12e77c2ebe)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-10-31-07-46-56.gh-issue-111531.6zUV_G.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-31-07-46-56.gh-issue-111531.6zUV_G.rst b/Misc/NEWS.d/next/Library/2023-10-31-07-46-56.gh-issue-111531.6zUV_G.rst new file mode 100644 index 0000000..b722f04 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-10-31-07-46-56.gh-issue-111531.6zUV_G.rst @@ -0,0 +1,2 @@ +Fix reference leaks in ``bind_class()`` and ``bind_all()`` methods of +:mod:`tkinter` widgets. |