diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-10-23 19:40:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 19:40:54 (GMT) |
commit | df13df41a25765d8a39a77220691698498e758d4 (patch) | |
tree | 8b1f3021333df1a7c91ea183123afa88b758f2d9 /Misc | |
parent | 9f3ed3e213b30059087d059a7d1d3b2527fa8654 (diff) | |
download | cpython-df13df41a25765d8a39a77220691698498e758d4.zip cpython-df13df41a25765d8a39a77220691698498e758d4.tar.gz cpython-df13df41a25765d8a39a77220691698498e758d4.tar.bz2 |
bpo-34794: Fix a leak in Tkinter. (GH-10025)
Based on the investigation by Xiang Zhang.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-10-21-14-53-19.bpo-34794.yt3R4-.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-21-14-53-19.bpo-34794.yt3R4-.rst b/Misc/NEWS.d/next/Library/2018-10-21-14-53-19.bpo-34794.yt3R4-.rst new file mode 100644 index 0000000..770807f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-10-21-14-53-19.bpo-34794.yt3R4-.rst @@ -0,0 +1,2 @@ +Fixed a leak in Tkinter when pass the Python wrapper around Tcl_Obj back to +Tcl/Tk. |