summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAnonymous Maarten <madebr@users.noreply.github.com>2021-01-31 17:55:15 (GMT)
committerGitHub <noreply@github.com>2021-01-31 17:55:15 (GMT)
commit3243e8a4b4b4cf321f9b28335d565742a34b1976 (patch)
tree1e586520243b586e165edf29f9880da19d6bbb86 /Misc
parent9073180db521dc83e6216ff0da1479d00167f643 (diff)
downloadcpython-3243e8a4b4b4cf321f9b28335d565742a34b1976.zip
cpython-3243e8a4b4b4cf321f9b28335d565742a34b1976.tar.gz
cpython-3243e8a4b4b4cf321f9b28335d565742a34b1976.tar.bz2
bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-08-21-15-24-14.bpo-41604.rTXleO.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-08-21-15-24-14.bpo-41604.rTXleO.rst b/Misc/NEWS.d/next/Library/2020-08-21-15-24-14.bpo-41604.rTXleO.rst
new file mode 100644
index 0000000..0f9794c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-08-21-15-24-14.bpo-41604.rTXleO.rst
@@ -0,0 +1,2 @@
+Don't decrement the reference count of the previous user_ptr when
+set_panel_userptr fails.