diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-10-31 06:48:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 06:48:52 (GMT) |
commit | e3353c498d79f0f3f108a9baf8807a12e77c2ebe (patch) | |
tree | ddb9b04f4cf13b9141e0c3d6dbb3df7f25b26912 /Misc | |
parent | 3dbaed3caa00062087a848740b6e713ad55b0aed (diff) | |
download | cpython-e3353c498d79f0f3f108a9baf8807a12e77c2ebe.zip cpython-e3353c498d79f0f3f108a9baf8807a12e77c2ebe.tar.gz cpython-e3353c498d79f0f3f108a9baf8807a12e77c2ebe.tar.bz2 |
gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-111533)
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. |